Html Css Color HEX #F14C26 Cinnabar

📋 copy color: '#F14C26'

red 241 ◦ green 76 ◦ blue 38

#F14C26
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #F14C26

Tints of Cinnabar #F14C26

RGB

 RED value IS 241 (94.53% from 255) = 67.89%

 GREEN value IS 76 (30.08% from 255) = 21.41%

 BLUE value IS 38 (15.23% from 255) = 10.7%

R = 67.89%
G = 21.41%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F14C26 (or 0xF14C26) is known color: Cinnabar. HEX triplet: F1, 4C and 26. RGB value is (241,76,38). Sum of RGB (Red+Green+Blue) = 241+76+38=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C26 is #0EB3D9. Grayscale: #797979. Windows color (decimal): -963546 or 2510065. OLE color: 2510065.

HSL color Cylindrical-coordinate representation of color #F14C26: hue angle of 11.23º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F14C26 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 76 38 -
CMYK 0 0.68 0.84 0.05
HSL 11.23º 0.88% 0.55% -
HSV(B) 11.23º 0.84% 0.95% -
XYZ 39.21 24.01 4.4 -
YUV 121 81.16 213.59 -
System Red Green Blue C M Y K H S L
Decimal 241 76 38 0 0.68 0.84 0.05 11.23 0.88 0.55
Hex F1 4C 26 0 44 54 5 B 58 37
Octal 361 114 46 0 104 124 5 13 130 67
Binary 11110001 1001100 100110 0 1000100 1010100 101 1011 1011000 110111

Color Harmonies of #F14C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C26

Black with #F14C26

Text Example


Text Example

White with #F14C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C26; }

 p { color: rgb(241,76,38); }

 H1.HeaderClassName
 {
   color: #F14C26;
 }
 .AnyTagClassName
 {
   color: #F14C26;
 }
</style>

background-color css

<style>
 a { background-color: #F14C26; }

 a { background-color: rgb(241,76,38); }

 div.DivClassName
 {
   background-color: #F14C26;
 }
 .BgClassName
 {
   background-color: #F14C26;
 }
</style>

border-color css

<style>
 span { border-color: #F14C26; }

 span { border-color: rgb(241,76,38); }

 td.TdClassName
 {
   border-color: #F14C26;
 }
 .TagClassName
 {
   border-color: #F14C26;
 }
</style>