Html Css Color HEX #F03C21 Cinnabar

📋 copy color: '#F03C21'

red 240 ◦ green 60 ◦ blue 33

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

Shades of Cinnabar #F03C21

Tints of Cinnabar #F03C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.91%

R = 72.07%
G = 18.02%
B = 9.91%

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

#F03C21 (or 0xF03C21) is known color: Cinnabar. HEX triplet: F0, 3C and 21. RGB value is (240,60,33). Sum of RGB (Red+Green+Blue) = 240+60+33=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03C21 is #0FC3DE. Grayscale: #6F6F6F. Windows color (decimal): -1033183 or 2178288. OLE color: 2178288.

HSL color Cylindrical-coordinate representation of color #F03C21: hue angle of 7.83º 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 #F03C21 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 60 33 -
CMYK 0 0.75 0.86 0.06
HSL 7.83º 0.87% 0.54% -
HSV(B) 7.83º 0.86% 0.94% -
XYZ 37.83 21.87 3.67 -
YUV 110.74 84.13 220.2 -
System Red Green Blue C M Y K H S L
Decimal 240 60 33 0 0.75 0.86 0.06 7.83 0.87 0.54
Hex F0 3C 21 0 4B 56 6 8 57 36
Octal 360 74 41 0 113 126 6 10 127 66
Binary 11110000 111100 100001 0 1001011 1010110 110 1000 1010111 110110

Color Harmonies of #F03C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03C21

Black with #F03C21

Text Example


Text Example

White with #F03C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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