Html Css Color HEX #F22224 Alizarin

📋 copy color: '#F22224'

red 242 ◦ green 34 ◦ blue 36

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

Shades of Alizarin #F22224

Tints of Alizarin #F22224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.9%

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

R = 77.56%
G = 10.9%
B = 11.54%

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

#F22224 (or 0xF22224) is known color: Alizarin. HEX triplet: F2, 22 and 24. RGB value is (242,34,36). Sum of RGB (Red+Green+Blue) = 242+34+36=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F22224 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22224 is #0DDDDB. Grayscale: #606060. Windows color (decimal): -908764 or 2368242. OLE color: 2368242.

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

Color convert

RGB 242 34 36 -
CMYK 0 0.86 0.85 0.05
HSL 359.42º 0.89% 0.54% -
HSV(B) 359.42º 0.86% 0.95% -
XYZ 37.51 20.15 3.58 -
YUV 96.42 93.91 231.84 -
System Red Green Blue C M Y K H S L
Decimal 242 34 36 0 0.86 0.85 0.05 359.42 0.89 0.54
Hex F2 22 24 0 56 55 5 167 59 36
Octal 362 42 44 0 126 125 5 547 131 66
Binary 11110010 100010 100100 0 1010110 1010101 101 101100111 1011001 110110

Color Harmonies of #F22224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22224

Black with #F22224

Text Example


Text Example

White with #F22224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22224; }

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

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

background-color css

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

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

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

border-color css

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

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

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