Html Css Color HEX #F22021 Alizarin

📋 copy color: '#F22021'

red 242 ◦ green 32 ◦ blue 33

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

Shades of Alizarin #F22021

Tints of Alizarin #F22021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.75%

R = 78.83%
G = 10.42%
B = 10.75%

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

#F22021 (or 0xF22021) is known color: Alizarin. HEX triplet: F2, 20 and 21. RGB value is (242,32,33). Sum of RGB (Red+Green+Blue) = 242+32+33=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F22021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F22021 is #0DDFDE. Grayscale: #5F5F5F. Windows color (decimal): -909279 or 2171122. OLE color: 2171122.

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

Color convert

RGB 242 32 33 -
CMYK 0 0.87 0.86 0.05
HSL 359.71º 0.89% 0.54% -
HSV(B) 359.71º 0.87% 0.95% -
XYZ 37.41 20.02 3.33 -
YUV 94.9 93.07 232.92 -
System Red Green Blue C M Y K H S L
Decimal 242 32 33 0 0.87 0.86 0.05 359.71 0.89 0.54
Hex F2 20 21 0 57 56 5 168 59 36
Octal 362 40 41 0 127 126 5 550 131 66
Binary 11110010 100000 100001 0 1010111 1010110 101 101101000 1011001 110110

Color Harmonies of #F22021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22021

Black with #F22021

Text Example


Text Example

White with #F22021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22021; }

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

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

background-color css

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

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

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

border-color css

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

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

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