Html Css Color HEX #F22022 Alizarin

📋 copy color: '#F22022'

red 242 ◦ green 32 ◦ blue 34

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

Shades of Alizarin #F22022

Tints of Alizarin #F22022

RGB

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

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

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

R = 78.57%
G = 10.39%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F22022 (or 0xF22022) is known color: Alizarin. HEX triplet: F2, 20 and 22. RGB value is (242,32,34). Sum of RGB (Red+Green+Blue) = 242+32+34=308 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.57% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 242 - color contains mainly: red. Hex color #F22022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22022 is #0DDFDD. Grayscale: #5F5F5F. Windows color (decimal): -909278 or 2236658. OLE color: 2236658.

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

Color convert

RGB 242 32 34 -
CMYK 0 0.87 0.86 0.05
HSL 359.43º 0.89% 0.54% -
HSV(B) 359.43º 0.87% 0.95% -
XYZ 37.42 20.03 3.41 -
YUV 95.02 93.57 232.84 -
System Red Green Blue C M Y K H S L
Decimal 242 32 34 0 0.87 0.86 0.05 359.43 0.89 0.54
Hex F2 20 22 0 57 56 5 167 59 36
Octal 362 40 42 0 127 126 5 547 131 66
Binary 11110010 100000 100010 0 1010111 1010110 101 101100111 1011001 110110

Color Harmonies of #F22022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22022

Black with #F22022

Text Example


Text Example

White with #F22022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22022; }

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

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

background-color css

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

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

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

border-color css

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

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

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