Html Css Color HEX #EC3C39 Cinnabar

📋 copy color: '#EC3C39'

red 236 ◦ green 60 ◦ blue 57

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

Shades of Cinnabar #EC3C39

Tints of Cinnabar #EC3C39

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17%

 BLUE value IS 57 (22.66% from 255) = 16.15%

R = 66.86%
G = 17%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC3C39 (or 0xEC3C39) is known color: Cinnabar. HEX triplet: EC, 3C and 39. RGB value is (236,60,57). Sum of RGB (Red+Green+Blue) = 236+60+57=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3C39 is #13C3C6. Grayscale: #707070. Windows color (decimal): -1295303 or 3751148. OLE color: 3751148.

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

Color convert

RGB 236 60 57 -
CMYK 0 0.75 0.76 0.07
HSL 1.01º 0.82% 0.57% -
HSV(B) 1.01º 0.76% 0.93% -
XYZ 36.95 21.36 6.05 -
YUV 112.28 96.81 216.24 -
System Red Green Blue C M Y K H S L
Decimal 236 60 57 0 0.75 0.76 0.07 1.01 0.82 0.57
Hex EC 3C 39 0 4B 4C 7 1 52 39
Octal 354 74 71 0 113 114 7 1 122 71
Binary 11101100 111100 111001 0 1001011 1001100 111 1 1010010 111001

Color Harmonies of #EC3C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3C39

Black with #EC3C39

Text Example


Text Example

White with #EC3C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3C39; }

 p { color: rgb(236,60,57); }

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

background-color css

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

 a { background-color: rgb(236,60,57); }

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

border-color css

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

 span { border-color: rgb(236,60,57); }

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