Html Css Color HEX #EE1F3E Alizarin

📋 copy color: '#EE1F3E'

red 238 ◦ green 31 ◦ blue 62

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

Shades of Alizarin #EE1F3E

Tints of Alizarin #EE1F3E

RGB

 RED value IS 238 (93.36% from 255) = 71.9%

 GREEN value IS 31 (12.5% from 255) = 9.37%

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

R = 71.9%
G = 9.37%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE1F3E (or 0xEE1F3E) is known color: Alizarin. HEX triplet: EE, 1F and 3E. RGB value is (238,31,62). Sum of RGB (Red+Green+Blue) = 238+31+62=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1F3E is #11E0C1. Grayscale: #606060. Windows color (decimal): -1171650 or 4071406. OLE color: 4071406.

HSL color Cylindrical-coordinate representation of color #EE1F3E: hue angle of 351.01º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1F3E is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 31 62 -
CMYK 0 0.87 0.74 0.07
HSL 351.01º 0.86% 0.53% -
HSV(B) 351.01º 0.87% 0.93% -
XYZ 36.62 19.5 6.39 -
YUV 96.43 108.58 228.98 -
System Red Green Blue C M Y K H S L
Decimal 238 31 62 0 0.87 0.74 0.07 351.01 0.86 0.53
Hex EE 1F 3E 0 57 4A 7 15F 56 35
Octal 356 37 76 0 127 112 7 537 126 65
Binary 11101110 11111 111110 0 1010111 1001010 111 101011111 1010110 110101

Color Harmonies of #EE1F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1F3E

Black with #EE1F3E

Text Example


Text Example

White with #EE1F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1F3E; }

 p { color: rgb(238,31,62); }

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

background-color css

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

 a { background-color: rgb(238,31,62); }

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

border-color css

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

 span { border-color: rgb(238,31,62); }

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