Html Css Color HEX #EC4740 Cinnabar

📋 copy color: '#EC4740'

red 236 ◦ green 71 ◦ blue 64

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

Shades of Cinnabar #EC4740

Tints of Cinnabar #EC4740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.14%

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 63.61%
G = 19.14%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC4740 (or 0xEC4740) is known color: Cinnabar. HEX triplet: EC, 47 and 40. RGB value is (236,71,64). Sum of RGB (Red+Green+Blue) = 236+71+64=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4740 is #13B8BF. Grayscale: #777777. Windows color (decimal): -1292480 or 4212716. OLE color: 4212716.

HSL color Cylindrical-coordinate representation of color #EC4740: hue angle of 2.44º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC4740 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 71 64 -
CMYK 0 0.70 0.73 0.07
HSL 2.44º 0.82% 0.59% -
HSV(B) 2.44º 0.73% 0.93% -
XYZ 37.77 22.71 7.24 -
YUV 119.54 96.66 211.07 -
System Red Green Blue C M Y K H S L
Decimal 236 71 64 0 0.70 0.73 0.07 2.44 0.82 0.59
Hex EC 47 40 0 46 49 7 2 52 3B
Octal 354 107 100 0 106 111 7 2 122 73
Binary 11101100 1000111 1000000 0 1000110 1001001 111 10 1010010 111011

Color Harmonies of #EC4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4740

Black with #EC4740

Text Example


Text Example

White with #EC4740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4740; }

 p { color: rgb(236,71,64); }

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

background-color css

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

 a { background-color: rgb(236,71,64); }

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

border-color css

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

 span { border-color: rgb(236,71,64); }

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