Html Css Color HEX #F22324 Alizarin

📋 copy color: '#F22324'

red 242 ◦ green 35 ◦ blue 36

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

Shades of Alizarin #F22324

Tints of Alizarin #F22324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.18%

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

R = 77.32%
G = 11.18%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F22324 (or 0xF22324) is known color: Alizarin. HEX triplet: F2, 23 and 24. RGB value is (242,35,36). Sum of RGB (Red+Green+Blue) = 242+35+36=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 36 (14.45% from 255 or 11.50% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F22324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22324 is #0DDCDB. Grayscale: #616161. Windows color (decimal): -908508 or 2368498. OLE color: 2368498.

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

Color convert

RGB 242 35 36 -
CMYK 0 0.86 0.85 0.05
HSL 359.71º 0.89% 0.54% -
HSV(B) 359.71º 0.86% 0.95% -
XYZ 37.54 20.21 3.59 -
YUV 97.01 93.58 231.42 -
System Red Green Blue C M Y K H S L
Decimal 242 35 36 0 0.86 0.85 0.05 359.71 0.89 0.54
Hex F2 23 24 0 56 55 5 168 59 36
Octal 362 43 44 0 126 125 5 550 131 66
Binary 11110010 100011 100100 0 1010110 1010101 101 101101000 1011001 110110

Color Harmonies of #F22324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22324

Black with #F22324

Text Example


Text Example

White with #F22324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22324; }

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

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

background-color css

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

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

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

border-color css

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

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

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