Html Css Color HEX #EE303D Alizarin

📋 copy color: '#EE303D'

red 238 ◦ green 48 ◦ blue 61

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

Shades of Alizarin #EE303D

Tints of Alizarin #EE303D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

 BLUE value IS 61 (24.22% from 255) = 17.58%

R = 68.59%
G = 13.83%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE303D (or 0xEE303D) is known color: Alizarin. HEX triplet: EE, 30 and 3D. RGB value is (238,48,61). Sum of RGB (Red+Green+Blue) = 238+48+61=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE303D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE303D is #11CFC2. Grayscale: #6A6A6A. Windows color (decimal): -1167299 or 4010222. OLE color: 4010222.

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

Color convert

RGB 238 48 61 -
CMYK 0 0.80 0.74 0.07
HSL 355.89º 0.85% 0.56% -
HSV(B) 355.89º 0.8% 0.93% -
XYZ 37.16 20.63 6.44 -
YUV 106.29 102.45 221.94 -
System Red Green Blue C M Y K H S L
Decimal 238 48 61 0 0.80 0.74 0.07 355.89 0.85 0.56
Hex EE 30 3D 0 50 4A 7 164 55 38
Octal 356 60 75 0 120 112 7 544 125 70
Binary 11101110 110000 111101 0 1010000 1001010 111 101100100 1010101 111000

Color Harmonies of #EE303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE303D

Black with #EE303D

Text Example


Text Example

White with #EE303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE303D; }

 p { color: rgb(238,48,61); }

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

background-color css

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

 a { background-color: rgb(238,48,61); }

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

border-color css

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

 span { border-color: rgb(238,48,61); }

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