Html Css Color HEX #F03724 Cinnabar

📋 copy color: '#F03724'

red 240 ◦ green 55 ◦ blue 36

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

Shades of Cinnabar #F03724

Tints of Cinnabar #F03724

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.62%

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

R = 72.51%
G = 16.62%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F03724 (or 0xF03724) is known color: Cinnabar. HEX triplet: F0, 37 and 24. RGB value is (240,55,36). Sum of RGB (Red+Green+Blue) = 240+55+36=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F03724 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03724 is #0FC8DB. Grayscale: #6C6C6C. Windows color (decimal): -1034460 or 2373616. OLE color: 2373616.

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

Color convert

RGB 240 55 36 -
CMYK 0 0.77 0.85 0.06
HSL 5.59º 0.87% 0.54% -
HSV(B) 5.59º 0.85% 0.94% -
XYZ 37.62 21.39 3.81 -
YUV 108.15 87.29 222.04 -
System Red Green Blue C M Y K H S L
Decimal 240 55 36 0 0.77 0.85 0.06 5.59 0.87 0.54
Hex F0 37 24 0 4D 55 6 6 57 36
Octal 360 67 44 0 115 125 6 6 127 66
Binary 11110000 110111 100100 0 1001101 1010101 110 110 1010111 110110

Color Harmonies of #F03724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03724

Black with #F03724

Text Example


Text Example

White with #F03724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03724; }

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

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

background-color css

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

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

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

border-color css

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

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

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