Html Css Color HEX #F04229 Cinnabar

📋 copy color: '#F04229'

red 240 ◦ green 66 ◦ blue 41

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

Shades of Cinnabar #F04229

Tints of Cinnabar #F04229

RGB

 RED value IS 240 (94.14% from 255) = 69.16%

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

 BLUE value IS 41 (16.41% from 255) = 11.82%

R = 69.16%
G = 19.02%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F04229 (or 0xF04229) is known color: Cinnabar. HEX triplet: F0, 42 and 29. RGB value is (240,66,41). Sum of RGB (Red+Green+Blue) = 240+66+41=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F04229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04229 is #0FBDD6. Grayscale: #737373. Windows color (decimal): -1031639 or 2704112. OLE color: 2704112.

HSL color Cylindrical-coordinate representation of color #F04229: hue angle of 7.54º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F04229 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 66 41 -
CMYK 0 0.72 0.83 0.06
HSL 7.54º 0.87% 0.55% -
HSV(B) 7.54º 0.83% 0.94% -
XYZ 38.28 22.58 4.44 -
YUV 115.18 86.15 217.03 -
System Red Green Blue C M Y K H S L
Decimal 240 66 41 0 0.72 0.83 0.06 7.54 0.87 0.55
Hex F0 42 29 0 48 53 6 8 57 37
Octal 360 102 51 0 110 123 6 10 127 67
Binary 11110000 1000010 101001 0 1001000 1010011 110 1000 1010111 110111

Color Harmonies of #F04229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04229

Black with #F04229

Text Example


Text Example

White with #F04229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04229; }

 p { color: rgb(240,66,41); }

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

background-color css

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

 a { background-color: rgb(240,66,41); }

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

border-color css

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

 span { border-color: rgb(240,66,41); }

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