Html Css Color HEX #F21E28 Alizarin

📋 copy color: '#F21E28'

red 242 ◦ green 30 ◦ blue 40

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

Shades of Alizarin #F21E28

Tints of Alizarin #F21E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 77.56%
G = 9.62%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F21E28 (or 0xF21E28) is known color: Alizarin. HEX triplet: F2, 1E and 28. RGB value is (242,30,40). Sum of RGB (Red+Green+Blue) = 242+30+40=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E28 is #0DE1D7. Grayscale: #5E5E5E. Windows color (decimal): -909784 or 2629362. OLE color: 2629362.

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

Color convert

RGB 242 30 40 -
CMYK 0 0.88 0.83 0.05
HSL 357.17º 0.89% 0.53% -
HSV(B) 357.17º 0.88% 0.95% -
XYZ 37.47 19.96 3.89 -
YUV 94.53 97.24 233.19 -
System Red Green Blue C M Y K H S L
Decimal 242 30 40 0 0.88 0.83 0.05 357.17 0.89 0.53
Hex F2 1E 28 0 58 53 5 165 59 35
Octal 362 36 50 0 130 123 5 545 131 65
Binary 11110010 11110 101000 0 1011000 1010011 101 101100101 1011001 110101

Color Harmonies of #F21E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E28

Black with #F21E28

Text Example


Text Example

White with #F21E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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