Html Css Color HEX #EE383C Alizarin

📋 copy color: '#EE383C'

red 238 ◦ green 56 ◦ blue 60

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

Shades of Alizarin #EE383C

Tints of Alizarin #EE383C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.82%

 BLUE value IS 60 (23.83% from 255) = 16.95%

R = 67.23%
G = 15.82%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EE383C (or 0xEE383C) is known color: Alizarin. HEX triplet: EE, 38 and 3C. RGB value is (238,56,60). Sum of RGB (Red+Green+Blue) = 238+56+60=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE383C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE383C is #11C7C3. Grayscale: #6F6F6F. Windows color (decimal): -1165252 or 3946734. OLE color: 3946734.

HSL color Cylindrical-coordinate representation of color #EE383C: hue angle of 358.68º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE383C is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 56 60 -
CMYK 0 0.76 0.75 0.07
HSL 358.68º 0.84% 0.58% -
HSV(B) 358.68º 0.76% 0.93% -
XYZ 37.49 21.33 6.42 -
YUV 110.87 99.3 218.67 -
System Red Green Blue C M Y K H S L
Decimal 238 56 60 0 0.76 0.75 0.07 358.68 0.84 0.58
Hex EE 38 3C 0 4C 4B 7 167 54 3A
Octal 356 70 74 0 114 113 7 547 124 72
Binary 11101110 111000 111100 0 1001100 1001011 111 101100111 1010100 111010

Color Harmonies of #EE383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE383C

Black with #EE383C

Text Example


Text Example

White with #EE383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE383C; }

 p { color: rgb(238,56,60); }

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

background-color css

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

 a { background-color: rgb(238,56,60); }

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

border-color css

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

 span { border-color: rgb(238,56,60); }

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