Html Css Color HEX #F03621 Cinnabar

📋 copy color: '#F03621'

red 240 ◦ green 54 ◦ blue 33

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

Shades of Cinnabar #F03621

Tints of Cinnabar #F03621

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.51%

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

R = 73.39%
G = 16.51%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F03621 (or 0xF03621) is known color: Cinnabar. HEX triplet: F0, 36 and 21. RGB value is (240,54,33). Sum of RGB (Red+Green+Blue) = 240+54+33=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F03621 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03621 is #0FC9DE. Grayscale: #6B6B6B. Windows color (decimal): -1034719 or 2176752. OLE color: 2176752.

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

Color convert

RGB 240 54 33 -
CMYK 0 0.78 0.86 0.06
HSL 6.09º 0.87% 0.54% -
HSV(B) 6.09º 0.86% 0.94% -
XYZ 37.53 21.27 3.57 -
YUV 107.22 86.12 222.71 -
System Red Green Blue C M Y K H S L
Decimal 240 54 33 0 0.78 0.86 0.06 6.09 0.87 0.54
Hex F0 36 21 0 4E 56 6 6 57 36
Octal 360 66 41 0 116 126 6 6 127 66
Binary 11110000 110110 100001 0 1001110 1010110 110 110 1010111 110110

Color Harmonies of #F03621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03621

Black with #F03621

Text Example


Text Example

White with #F03621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03621; }

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

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

background-color css

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

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

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

border-color css

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

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

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