Html Css Color HEX #F22122 Alizarin

📋 copy color: '#F22122'

red 242 ◦ green 33 ◦ blue 34

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

Shades of Alizarin #F22122

Tints of Alizarin #F22122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.68%

 BLUE value IS 34 (13.67% from 255) = 11%

R = 78.32%
G = 10.68%
B = 11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F22122 (or 0xF22122) is known color: Alizarin. HEX triplet: F2, 21 and 22. RGB value is (242,33,34). Sum of RGB (Red+Green+Blue) = 242+33+34=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F22122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22122 is #0DDEDD. Grayscale: #5F5F5F. Windows color (decimal): -909022 or 2236914. OLE color: 2236914.

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

Color convert

RGB 242 33 34 -
CMYK 0 0.86 0.86 0.05
HSL 359.71º 0.89% 0.54% -
HSV(B) 359.71º 0.86% 0.95% -
XYZ 37.45 20.08 3.42 -
YUV 95.61 93.24 232.42 -
System Red Green Blue C M Y K H S L
Decimal 242 33 34 0 0.86 0.86 0.05 359.71 0.89 0.54
Hex F2 21 22 0 56 56 5 168 59 36
Octal 362 41 42 0 126 126 5 550 131 66
Binary 11110010 100001 100010 0 1010110 1010110 101 101101000 1011001 110110

Color Harmonies of #F22122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22122

Black with #F22122

Text Example


Text Example

White with #F22122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22122; }

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

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

background-color css

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

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

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

border-color css

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

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

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