Html Css Color HEX #EC383E Alizarin

📋 copy color: '#EC383E'

red 236 ◦ green 56 ◦ blue 62

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

Shades of Alizarin #EC383E

Tints of Alizarin #EC383E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.51%

R = 66.67%
G = 15.82%
B = 17.51%

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

#EC383E (or 0xEC383E) is known color: Alizarin. HEX triplet: EC, 38 and 3E. RGB value is (236,56,62). Sum of RGB (Red+Green+Blue) = 236+56+62=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC383E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC383E is #13C7C1. Grayscale: #6E6E6E. Windows color (decimal): -1296322 or 4077804. OLE color: 4077804.

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

Color convert

RGB 236 56 62 -
CMYK 0 0.76 0.74 0.07
HSL 358º 0.83% 0.57% -
HSV(B) 358º 0.76% 0.93% -
XYZ 36.88 21.01 6.67 -
YUV 110.5 100.63 217.51 -
System Red Green Blue C M Y K H S L
Decimal 236 56 62 0 0.76 0.74 0.07 358 0.83 0.57
Hex EC 38 3E 0 4C 4A 7 166 53 39
Octal 354 70 76 0 114 112 7 546 123 71
Binary 11101100 111000 111110 0 1001100 1001010 111 101100110 1010011 111001

Color Harmonies of #EC383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC383E

Black with #EC383E

Text Example


Text Example

White with #EC383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC383E; }

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

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

background-color css

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

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

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

border-color css

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

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

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