Html Css Color HEX #EC4040 Cinnabar

📋 copy color: '#EC4040'

red 236 ◦ green 64 ◦ blue 64

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

Shades of Cinnabar #EC4040

Tints of Cinnabar #EC4040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.58%

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

R = 64.84%
G = 17.58%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC4040 (or 0xEC4040) is known color: Cinnabar. HEX triplet: EC, 40 and 40. RGB value is (236,64,64). Sum of RGB (Red+Green+Blue) = 236+64+64=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4040 is #13BFBF. Grayscale: #737373. Windows color (decimal): -1294272 or 4210924. OLE color: 4210924.

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

Color convert

RGB 236 64 64 -
CMYK 0 0.73 0.73 0.07
HSL 0.82% 0.59% -
HSV(B) 0.73% 0.93% -
XYZ 37.35 21.87 7.1 -
YUV 115.43 98.98 214 -
System Red Green Blue C M Y K H S L
Decimal 236 64 64 0 0.73 0.73 0.07 0 0.82 0.59
Hex EC 40 40 0 49 49 7 0 52 3B
Octal 354 100 100 0 111 111 7 0 122 73
Binary 11101100 1000000 1000000 0 1001001 1001001 111 0 1010010 111011

Color Harmonies of #EC4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4040

Black with #EC4040

Text Example


Text Example

White with #EC4040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4040; }

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

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

background-color css

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

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

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

border-color css

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

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

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