Html Css Color HEX #F03824 Cinnabar

📋 copy color: '#F03824'

red 240 ◦ green 56 ◦ blue 36

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

Shades of Cinnabar #F03824

Tints of Cinnabar #F03824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.87%

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

R = 72.29%
G = 16.87%
B = 10.84%

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

#F03824 (or 0xF03824) is known color: Cinnabar. HEX triplet: F0, 38 and 24. RGB value is (240,56,36). Sum of RGB (Red+Green+Blue) = 240+56+36=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F03824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03824 is #0FC7DB. Grayscale: #6C6C6C. Windows color (decimal): -1034204 or 2373872. OLE color: 2373872.

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

Color convert

RGB 240 56 36 -
CMYK 0 0.77 0.85 0.06
HSL 5.88º 0.87% 0.54% -
HSV(B) 5.88º 0.85% 0.94% -
XYZ 37.67 21.48 3.83 -
YUV 108.74 86.96 221.63 -
System Red Green Blue C M Y K H S L
Decimal 240 56 36 0 0.77 0.85 0.06 5.88 0.87 0.54
Hex F0 38 24 0 4D 55 6 6 57 36
Octal 360 70 44 0 115 125 6 6 127 66
Binary 11110000 111000 100100 0 1001101 1010101 110 110 1010111 110110

Color Harmonies of #F03824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03824

Black with #F03824

Text Example


Text Example

White with #F03824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03824; }

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

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

background-color css

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

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

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

border-color css

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

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

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