Html Css Color HEX #EC383F Alizarin

📋 copy color: '#EC383F'

red 236 ◦ green 56 ◦ blue 63

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

Shades of Alizarin #EC383F

Tints of Alizarin #EC383F

RGB

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

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

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

R = 66.48%
G = 15.77%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC383F (or 0xEC383F) is known color: Alizarin. HEX triplet: EC, 38 and 3F. RGB value is (236,56,63). Sum of RGB (Red+Green+Blue) = 236+56+63=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC383F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC383F is #13C7C0. Grayscale: #6E6E6E. Windows color (decimal): -1296321 or 4143340. OLE color: 4143340.

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

Color convert

RGB 236 56 63 -
CMYK 0 0.76 0.73 0.07
HSL 357.67º 0.83% 0.57% -
HSV(B) 357.67º 0.76% 0.93% -
XYZ 36.9 21.02 6.81 -
YUV 110.62 101.13 217.43 -
System Red Green Blue C M Y K H S L
Decimal 236 56 63 0 0.76 0.73 0.07 357.67 0.83 0.57
Hex EC 38 3F 0 4C 49 7 166 53 39
Octal 354 70 77 0 114 111 7 546 123 71
Binary 11101100 111000 111111 0 1001100 1001001 111 101100110 1010011 111001

Color Harmonies of #EC383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC383F

Black with #EC383F

Text Example


Text Example

White with #EC383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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