Html Css Color HEX #F03E24 Cinnabar

📋 copy color: '#F03E24'

red 240 ◦ green 62 ◦ blue 36

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

Shades of Cinnabar #F03E24

Tints of Cinnabar #F03E24

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.34%

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

R = 71.01%
G = 18.34%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F03E24 (or 0xF03E24) is known color: Cinnabar. HEX triplet: F0, 3E and 24. RGB value is (240,62,36). Sum of RGB (Red+Green+Blue) = 240+62+36=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F03E24 is #0FC1DB. Grayscale: #707070. Windows color (decimal): -1032668 or 2375408. OLE color: 2375408.

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

Color convert

RGB 240 62 36 -
CMYK 0 0.74 0.85 0.06
HSL 7.65º 0.87% 0.54% -
HSV(B) 7.65º 0.85% 0.94% -
XYZ 37.98 22.1 3.93 -
YUV 112.26 84.97 219.11 -
System Red Green Blue C M Y K H S L
Decimal 240 62 36 0 0.74 0.85 0.06 7.65 0.87 0.54
Hex F0 3E 24 0 4A 55 6 8 57 36
Octal 360 76 44 0 112 125 6 10 127 66
Binary 11110000 111110 100100 0 1001010 1010101 110 1000 1010111 110110

Color Harmonies of #F03E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03E24

Black with #F03E24

Text Example


Text Example

White with #F03E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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