Html Css Color HEX #F11E3E Alizarin

📋 copy color: '#F11E3E'

red 241 ◦ green 30 ◦ blue 62

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

Shades of Alizarin #F11E3E

Tints of Alizarin #F11E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.62%

R = 72.37%
G = 9.01%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F11E3E (or 0xF11E3E) is known color: Alizarin. HEX triplet: F1, 1E and 3E. RGB value is (241,30,62). Sum of RGB (Red+Green+Blue) = 241+30+62=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11E3E is #0EE1C1. Grayscale: #606060. Windows color (decimal): -975298 or 4071153. OLE color: 4071153.

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

Color convert

RGB 241 30 62 -
CMYK 0 0.88 0.74 0.05
HSL 350.9º 0.88% 0.53% -
HSV(B) 350.9º 0.88% 0.95% -
XYZ 37.61 19.98 6.43 -
YUV 96.74 108.4 230.9 -
System Red Green Blue C M Y K H S L
Decimal 241 30 62 0 0.88 0.74 0.05 350.9 0.88 0.53
Hex F1 1E 3E 0 58 4A 5 15F 58 35
Octal 361 36 76 0 130 112 5 537 130 65
Binary 11110001 11110 111110 0 1011000 1001010 101 101011111 1011000 110101

Color Harmonies of #F11E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11E3E

Black with #F11E3E

Text Example


Text Example

White with #F11E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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