Html Css Color HEX #F21E26 Alizarin

📋 copy color: '#F21E26'

red 242 ◦ green 30 ◦ blue 38

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

Shades of Alizarin #F21E26

Tints of Alizarin #F21E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.26%

R = 78.06%
G = 9.68%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F21E26 (or 0xF21E26) is known color: Alizarin. HEX triplet: F2, 1E and 26. RGB value is (242,30,38). Sum of RGB (Red+Green+Blue) = 242+30+38=310 (41% of max value = 765). Red value is 242 (94.92% from 255 or 78.06% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E26 is #0DE1D9. Grayscale: #5E5E5E. Windows color (decimal): -909786 or 2498290. OLE color: 2498290.

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

Color convert

RGB 242 30 38 -
CMYK 0 0.88 0.84 0.05
HSL 357.74º 0.89% 0.53% -
HSV(B) 357.74º 0.88% 0.95% -
XYZ 37.43 19.95 3.71 -
YUV 94.3 96.24 233.35 -
System Red Green Blue C M Y K H S L
Decimal 242 30 38 0 0.88 0.84 0.05 357.74 0.89 0.53
Hex F2 1E 26 0 58 54 5 166 59 35
Octal 362 36 46 0 130 124 5 546 131 65
Binary 11110010 11110 100110 0 1011000 1010100 101 101100110 1011001 110101

Color Harmonies of #F21E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E26

Black with #F21E26

Text Example


Text Example

White with #F21E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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