Html Css Color HEX #F11E20 Alizarin

📋 copy color: '#F11E20'

red 241 ◦ green 30 ◦ blue 32

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

Shades of Alizarin #F11E20

Tints of Alizarin #F11E20

RGB

 RED value IS 241 (94.53% from 255) = 79.54%

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

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

R = 79.54%
G = 9.9%
B = 10.56%

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

#F11E20 (or 0xF11E20) is known color: Alizarin. HEX triplet: F1, 1E and 20. RGB value is (241,30,32). Sum of RGB (Red+Green+Blue) = 241+30+32=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11E20 is #0EE1DF. Grayscale: #5D5D5D. Windows color (decimal): -975328 or 2105073. OLE color: 2105073.

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

Color convert

RGB 241 30 32 -
CMYK 0 0.88 0.87 0.05
HSL 359.43º 0.88% 0.53% -
HSV(B) 359.43º 0.88% 0.95% -
XYZ 37 19.73 3.23 -
YUV 93.32 93.4 233.34 -
System Red Green Blue C M Y K H S L
Decimal 241 30 32 0 0.88 0.87 0.05 359.43 0.88 0.53
Hex F1 1E 20 0 58 57 5 167 58 35
Octal 361 36 40 0 130 127 5 547 130 65
Binary 11110001 11110 100000 0 1011000 1010111 101 101100111 1011000 110101

Color Harmonies of #F11E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11E20

Black with #F11E20

Text Example


Text Example

White with #F11E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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