Html Css Color HEX #F22024 Alizarin

📋 copy color: '#F22024'

red 242 ◦ green 32 ◦ blue 36

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

Shades of Alizarin #F22024

Tints of Alizarin #F22024

RGB

 RED value IS 242 (94.92% from 255) = 78.06%

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

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

R = 78.06%
G = 10.32%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F22024 (or 0xF22024) is known color: Alizarin. HEX triplet: F2, 20 and 24. RGB value is (242,32,36). Sum of RGB (Red+Green+Blue) = 242+32+36=310 (41% of max value = 765). Red value is 242 (94.92% from 255 or 78.06% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 242 - color contains mainly: red. Hex color #F22024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22024 is #0DDFDB. Grayscale: #5F5F5F. Windows color (decimal): -909276 or 2367730. OLE color: 2367730.

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

Color convert

RGB 242 32 36 -
CMYK 0 0.87 0.85 0.05
HSL 358.86º 0.89% 0.54% -
HSV(B) 358.86º 0.87% 0.95% -
XYZ 37.45 20.04 3.56 -
YUV 95.25 94.57 232.67 -
System Red Green Blue C M Y K H S L
Decimal 242 32 36 0 0.87 0.85 0.05 358.86 0.89 0.54
Hex F2 20 24 0 57 55 5 167 59 36
Octal 362 40 44 0 127 125 5 547 131 66
Binary 11110010 100000 100100 0 1010111 1010101 101 101100111 1011001 110110

Color Harmonies of #F22024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22024

Black with #F22024

Text Example


Text Example

White with #F22024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22024; }

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

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

background-color css

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

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

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

border-color css

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

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

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