Html Css Color HEX #EC383B Alizarin

📋 copy color: '#EC383B'

red 236 ◦ green 56 ◦ blue 59

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

Shades of Alizarin #EC383B

Tints of Alizarin #EC383B

RGB

 RED value IS 236 (92.58% from 255) = 67.24%

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

 BLUE value IS 59 (23.44% from 255) = 16.81%

R = 67.24%
G = 15.95%
B = 16.81%

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

#EC383B (or 0xEC383B) is known color: Alizarin. HEX triplet: EC, 38 and 3B. RGB value is (236,56,59). Sum of RGB (Red+Green+Blue) = 236+56+59=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC383B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC383B is #13C7C4. Grayscale: #6E6E6E. Windows color (decimal): -1296325 or 3881196. OLE color: 3881196.

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

Color convert

RGB 236 56 59 -
CMYK 0 0.76 0.75 0.07
HSL 359º 0.83% 0.57% -
HSV(B) 359º 0.76% 0.93% -
XYZ 36.8 20.98 6.25 -
YUV 110.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 236 56 59 0 0.76 0.75 0.07 359 0.83 0.57
Hex EC 38 3B 0 4C 4B 7 167 53 39
Octal 354 70 73 0 114 113 7 547 123 71
Binary 11101100 111000 111011 0 1001100 1001011 111 101100111 1010011 111001

Color Harmonies of #EC383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC383B

Black with #EC383B

Text Example


Text Example

White with #EC383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC383B; }

 p { color: rgb(236,56,59); }

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

background-color css

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

 a { background-color: rgb(236,56,59); }

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

border-color css

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

 span { border-color: rgb(236,56,59); }

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