Html Css Color HEX #F21E25 Alizarin

📋 copy color: '#F21E25'

red 242 ◦ green 30 ◦ blue 37

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

Shades of Alizarin #F21E25

Tints of Alizarin #F21E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.97%

R = 78.32%
G = 9.71%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F21E25 (or 0xF21E25) is known color: Alizarin. HEX triplet: F2, 1E and 25. RGB value is (242,30,37). Sum of RGB (Red+Green+Blue) = 242+30+37=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21E25 is #0DE1DA. Grayscale: #5E5E5E. Windows color (decimal): -909787 or 2432754. OLE color: 2432754.

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

Color convert

RGB 242 30 37 -
CMYK 0 0.88 0.85 0.05
HSL 358.02º 0.89% 0.53% -
HSV(B) 358.02º 0.88% 0.95% -
XYZ 37.42 19.94 3.63 -
YUV 94.19 95.74 233.43 -
System Red Green Blue C M Y K H S L
Decimal 242 30 37 0 0.88 0.85 0.05 358.02 0.89 0.53
Hex F2 1E 25 0 58 55 5 166 59 35
Octal 362 36 45 0 130 125 5 546 131 65
Binary 11110010 11110 100101 0 1011000 1010101 101 101100110 1011001 110101

Color Harmonies of #F21E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21E25

Black with #F21E25

Text Example


Text Example

White with #F21E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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