Html Css Color HEX #F21E22 Alizarin

📋 copy color: '#F21E22'

red 242 ◦ green 30 ◦ blue 34

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

Shades of Alizarin #F21E22

Tints of Alizarin #F21E22

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.8%

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

R = 79.08%
G = 9.8%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F21E22 (or 0xF21E22) is known color: Alizarin. HEX triplet: F2, 1E and 22. RGB value is (242,30,34). Sum of RGB (Red+Green+Blue) = 242+30+34=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E22 is #0DE1DD. Grayscale: #5E5E5E. Windows color (decimal): -909790 or 2236146. OLE color: 2236146.

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

Color convert

RGB 242 30 34 -
CMYK 0 0.88 0.86 0.05
HSL 358.87º 0.89% 0.53% -
HSV(B) 358.87º 0.88% 0.95% -
XYZ 37.37 19.92 3.39 -
YUV 93.84 94.24 233.67 -
System Red Green Blue C M Y K H S L
Decimal 242 30 34 0 0.88 0.86 0.05 358.87 0.89 0.53
Hex F2 1E 22 0 58 56 5 167 59 35
Octal 362 36 42 0 130 126 5 547 131 65
Binary 11110010 11110 100010 0 1011000 1010110 101 101100111 1011001 110101

Color Harmonies of #F21E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E22

Black with #F21E22

Text Example


Text Example

White with #F21E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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