Html Css Color HEX #F03C22 Cinnabar

📋 copy color: '#F03C22'

red 240 ◦ green 60 ◦ blue 34

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

Shades of Cinnabar #F03C22

Tints of Cinnabar #F03C22

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.96%

 BLUE value IS 34 (13.67% from 255) = 10.18%

R = 71.86%
G = 17.96%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F03C22 (or 0xF03C22) is known color: Cinnabar. HEX triplet: F0, 3C and 22. RGB value is (240,60,34). Sum of RGB (Red+Green+Blue) = 240+60+34=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03C22 is #0FC3DD. Grayscale: #6F6F6F. Windows color (decimal): -1033182 or 2243824. OLE color: 2243824.

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

Color convert

RGB 240 60 34 -
CMYK 0 0.75 0.86 0.06
HSL 7.57º 0.87% 0.54% -
HSV(B) 7.57º 0.86% 0.94% -
XYZ 37.84 21.87 3.74 -
YUV 110.86 84.63 220.11 -
System Red Green Blue C M Y K H S L
Decimal 240 60 34 0 0.75 0.86 0.06 7.57 0.87 0.54
Hex F0 3C 22 0 4B 56 6 8 57 36
Octal 360 74 42 0 113 126 6 10 127 66
Binary 11110000 111100 100010 0 1001011 1010110 110 1000 1010111 110110

Color Harmonies of #F03C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C22

Black with #F03C22

Text Example


Text Example

White with #F03C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C22; }

 p { color: rgb(240,60,34); }

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

background-color css

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

 a { background-color: rgb(240,60,34); }

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

border-color css

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

 span { border-color: rgb(240,60,34); }

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