Html Css Color HEX #EE282F Alizarin

📋 copy color: '#EE282F'

red 238 ◦ green 40 ◦ blue 47

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

Shades of Alizarin #EE282F

Tints of Alizarin #EE282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.31%

 BLUE value IS 47 (18.75% from 255) = 14.46%

R = 73.23%
G = 12.31%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EE282F (or 0xEE282F) is known color: Alizarin. HEX triplet: EE, 28 and 2F. RGB value is (238,40,47). Sum of RGB (Red+Green+Blue) = 238+40+47=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE282F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE282F is #11D7D0. Grayscale: #646464. Windows color (decimal): -1169361 or 3090670. OLE color: 3090670.

HSL color Cylindrical-coordinate representation of color #EE282F: hue angle of 357.88º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE282F is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 40 47 -
CMYK 0 0.83 0.80 0.07
HSL 357.88º 0.85% 0.55% -
HSV(B) 357.88º 0.83% 0.93% -
XYZ 36.53 19.9 4.6 -
YUV 100 98.1 226.43 -
System Red Green Blue C M Y K H S L
Decimal 238 40 47 0 0.83 0.80 0.07 357.88 0.85 0.55
Hex EE 28 2F 0 53 50 7 166 55 37
Octal 356 50 57 0 123 120 7 546 125 67
Binary 11101110 101000 101111 0 1010011 1010000 111 101100110 1010101 110111

Color Harmonies of #EE282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE282F

Black with #EE282F

Text Example


Text Example

White with #EE282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE282F; }

 p { color: rgb(238,40,47); }

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

background-color css

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

 a { background-color: rgb(238,40,47); }

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

border-color css

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

 span { border-color: rgb(238,40,47); }

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