Html Css Color HEX #F21E20 Alizarin

📋 copy color: '#F21E20'

red 242 ◦ green 30 ◦ blue 32

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

Shades of Alizarin #F21E20

Tints of Alizarin #F21E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.53%

R = 79.61%
G = 9.87%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F21E20 (or 0xF21E20) is known color: Alizarin. HEX triplet: F2, 1E and 20. RGB value is (242,30,32). Sum of RGB (Red+Green+Blue) = 242+30+32=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E20 is #0DE1DF. Grayscale: #5D5D5D. Windows color (decimal): -909792 or 2105074. OLE color: 2105074.

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

Color convert

RGB 242 30 32 -
CMYK 0 0.88 0.87 0.05
HSL 359.43º 0.89% 0.53% -
HSV(B) 359.43º 0.88% 0.95% -
XYZ 37.34 19.91 3.24 -
YUV 93.62 93.24 233.84 -
System Red Green Blue C M Y K H S L
Decimal 242 30 32 0 0.88 0.87 0.05 359.43 0.89 0.53
Hex F2 1E 20 0 58 57 5 167 59 35
Octal 362 36 40 0 130 127 5 547 131 65
Binary 11110010 11110 100000 0 1011000 1010111 101 101100111 1011001 110101

Color Harmonies of #F21E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E20

Black with #F21E20

Text Example


Text Example

White with #F21E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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