Html Css Color HEX #EE383F Alizarin

📋 copy color: '#EE383F'

red 238 ◦ green 56 ◦ blue 63

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

Shades of Alizarin #EE383F

Tints of Alizarin #EE383F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.65%

R = 66.67%
G = 15.69%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EE383F (or 0xEE383F) is known color: Alizarin. HEX triplet: EE, 38 and 3F. RGB value is (238,56,63). Sum of RGB (Red+Green+Blue) = 238+56+63=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE383F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE383F is #11C7C0. Grayscale: #6F6F6F. Windows color (decimal): -1165249 or 4143342. OLE color: 4143342.

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

Color convert

RGB 238 56 63 -
CMYK 0 0.76 0.74 0.07
HSL 357.69º 0.84% 0.58% -
HSV(B) 357.69º 0.76% 0.93% -
XYZ 37.57 21.36 6.85 -
YUV 111.22 100.8 218.43 -
System Red Green Blue C M Y K H S L
Decimal 238 56 63 0 0.76 0.74 0.07 357.69 0.84 0.58
Hex EE 38 3F 0 4C 4A 7 166 54 3A
Octal 356 70 77 0 114 112 7 546 124 72
Binary 11101110 111000 111111 0 1001100 1001010 111 101100110 1010100 111010

Color Harmonies of #EE383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE383F

Black with #EE383F

Text Example


Text Example

White with #EE383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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