Html Css Color HEX #EC4140 Cinnabar

📋 copy color: '#EC4140'

red 236 ◦ green 65 ◦ blue 64

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

Shades of Cinnabar #EC4140

Tints of Cinnabar #EC4140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

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

R = 64.66%
G = 17.81%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC4140 (or 0xEC4140) is known color: Cinnabar. HEX triplet: EC, 41 and 40. RGB value is (236,65,64). Sum of RGB (Red+Green+Blue) = 236+65+64=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4140 is #13BEBF. Grayscale: #747474. Windows color (decimal): -1294016 or 4211180. OLE color: 4211180.

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

Color convert

RGB 236 65 64 -
CMYK 0 0.72 0.73 0.07
HSL 0.35º 0.82% 0.59% -
HSV(B) 0.35º 0.73% 0.93% -
XYZ 37.41 21.98 7.12 -
YUV 116.02 98.65 213.58 -
System Red Green Blue C M Y K H S L
Decimal 236 65 64 0 0.72 0.73 0.07 0.35 0.82 0.59
Hex EC 41 40 0 48 49 7 0 52 3B
Octal 354 101 100 0 110 111 7 0 122 73
Binary 11101100 1000001 1000000 0 1001000 1001001 111 0 1010010 111011

Color Harmonies of #EC4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4140

Black with #EC4140

Text Example


Text Example

White with #EC4140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4140; }

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

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

background-color css

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

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

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

border-color css

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

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

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