Html Css Color HEX #F14228 Cinnabar

📋 copy color: '#F14228'

red 241 ◦ green 66 ◦ blue 40

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

Shades of Cinnabar #F14228

Tints of Cinnabar #F14228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.02%

 BLUE value IS 40 (16.02% from 255) = 11.53%

R = 69.45%
G = 19.02%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F14228 (or 0xF14228) is known color: Cinnabar. HEX triplet: F1, 42 and 28. RGB value is (241,66,40). Sum of RGB (Red+Green+Blue) = 241+66+40=347 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.45% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 241 - color contains mainly: red. Hex color #F14228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14228 is #0EBDD7. Grayscale: #737373. Windows color (decimal): -966104 or 2638577. OLE color: 2638577.

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

Color convert

RGB 241 66 40 -
CMYK 0 0.73 0.83 0.05
HSL 7.76º 0.88% 0.55% -
HSV(B) 7.76º 0.83% 0.95% -
XYZ 38.61 22.75 4.36 -
YUV 115.36 85.48 217.61 -
System Red Green Blue C M Y K H S L
Decimal 241 66 40 0 0.73 0.83 0.05 7.76 0.88 0.55
Hex F1 42 28 0 49 53 5 8 58 37
Octal 361 102 50 0 111 123 5 10 130 67
Binary 11110001 1000010 101000 0 1001001 1010011 101 1000 1011000 110111

Color Harmonies of #F14228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14228

Black with #F14228

Text Example


Text Example

White with #F14228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14228; }

 p { color: rgb(241,66,40); }

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

background-color css

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

 a { background-color: rgb(241,66,40); }

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

border-color css

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

 span { border-color: rgb(241,66,40); }

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