Html Css Color HEX #F02024 Alizarin

📋 copy color: '#F02024'

red 240 ◦ green 32 ◦ blue 36

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

Shades of Alizarin #F02024

Tints of Alizarin #F02024

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.39%

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

R = 77.92%
G = 10.39%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F02024 (or 0xF02024) is known color: Alizarin. HEX triplet: F0, 20 and 24. RGB value is (240,32,36). Sum of RGB (Red+Green+Blue) = 240+32+36=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F02024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02024 is #0FDFDB. Grayscale: #5E5E5E. Windows color (decimal): -1040348 or 2367728. OLE color: 2367728.

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

Color convert

RGB 240 32 36 -
CMYK 0 0.87 0.85 0.06
HSL 358.85º 0.87% 0.53% -
HSV(B) 358.85º 0.87% 0.94% -
XYZ 36.77 19.69 3.53 -
YUV 94.65 94.91 231.67 -
System Red Green Blue C M Y K H S L
Decimal 240 32 36 0 0.87 0.85 0.06 358.85 0.87 0.53
Hex F0 20 24 0 57 55 6 167 57 35
Octal 360 40 44 0 127 125 6 547 127 65
Binary 11110000 100000 100100 0 1010111 1010101 110 101100111 1010111 110101

Color Harmonies of #F02024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02024

Black with #F02024

Text Example


Text Example

White with #F02024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02024; }

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

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

background-color css

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

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

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

border-color css

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

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

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