Html Css Color HEX #F03924 Cinnabar

📋 copy color: '#F03924'

red 240 ◦ green 57 ◦ blue 36

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

Shades of Cinnabar #F03924

Tints of Cinnabar #F03924

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.12%

 BLUE value IS 36 (14.45% from 255) = 10.81%

R = 72.07%
G = 17.12%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F03924 (or 0xF03924) is known color: Cinnabar. HEX triplet: F0, 39 and 24. RGB value is (240,57,36). Sum of RGB (Red+Green+Blue) = 240+57+36=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F03924 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03924 is #0FC6DB. Grayscale: #6D6D6D. Windows color (decimal): -1033948 or 2374128. OLE color: 2374128.

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

Color convert

RGB 240 57 36 -
CMYK 0 0.76 0.85 0.06
HSL 6.18º 0.87% 0.54% -
HSV(B) 6.18º 0.85% 0.94% -
XYZ 37.72 21.58 3.85 -
YUV 109.32 86.63 221.21 -
System Red Green Blue C M Y K H S L
Decimal 240 57 36 0 0.76 0.85 0.06 6.18 0.87 0.54
Hex F0 39 24 0 4C 55 6 6 57 36
Octal 360 71 44 0 114 125 6 6 127 66
Binary 11110000 111001 100100 0 1001100 1010101 110 110 1010111 110110

Color Harmonies of #F03924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03924

Black with #F03924

Text Example


Text Example

White with #F03924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03924; }

 p { color: rgb(240,57,36); }

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

background-color css

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

 a { background-color: rgb(240,57,36); }

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

border-color css

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

 span { border-color: rgb(240,57,36); }

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