Html Css Color HEX #F21E21 Alizarin

📋 copy color: '#F21E21'

red 242 ◦ green 30 ◦ blue 33

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

Shades of Alizarin #F21E21

Tints of Alizarin #F21E21

RGB

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

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

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

R = 79.34%
G = 9.84%
B = 10.82%

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

#F21E21 (or 0xF21E21) is known color: Alizarin. HEX triplet: F2, 1E and 21. RGB value is (242,30,33). Sum of RGB (Red+Green+Blue) = 242+30+33=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E21 is #0DE1DE. Grayscale: #5D5D5D. Windows color (decimal): -909791 or 2170610. OLE color: 2170610.

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

Color convert

RGB 242 30 33 -
CMYK 0 0.88 0.86 0.05
HSL 359.15º 0.89% 0.53% -
HSV(B) 359.15º 0.88% 0.95% -
XYZ 37.36 19.92 3.31 -
YUV 93.73 93.74 233.76 -
System Red Green Blue C M Y K H S L
Decimal 242 30 33 0 0.88 0.86 0.05 359.15 0.89 0.53
Hex F2 1E 21 0 58 56 5 167 59 35
Octal 362 36 41 0 130 126 5 547 131 65
Binary 11110010 11110 100001 0 1011000 1010110 101 101100111 1011001 110101

Color Harmonies of #F21E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E21

Black with #F21E21

Text Example


Text Example

White with #F21E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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