Html Css Color HEX #EC4240 Cinnabar

📋 copy color: '#EC4240'

red 236 ◦ green 66 ◦ blue 64

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

Shades of Cinnabar #EC4240

Tints of Cinnabar #EC4240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.03%

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

R = 64.48%
G = 18.03%
B = 17.49%

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

#EC4240 (or 0xEC4240) is known color: Cinnabar. HEX triplet: EC, 42 and 40. RGB value is (236,66,64). Sum of RGB (Red+Green+Blue) = 236+66+64=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4240 is #13BDBF. Grayscale: #747474. Windows color (decimal): -1293760 or 4211436. OLE color: 4211436.

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

Color convert

RGB 236 66 64 -
CMYK 0 0.72 0.73 0.07
HSL 0.7º 0.82% 0.59% -
HSV(B) 0.7º 0.73% 0.93% -
XYZ 37.47 22.1 7.14 -
YUV 116.6 98.32 213.16 -
System Red Green Blue C M Y K H S L
Decimal 236 66 64 0 0.72 0.73 0.07 0.7 0.82 0.59
Hex EC 42 40 0 48 49 7 1 52 3B
Octal 354 102 100 0 110 111 7 1 122 73
Binary 11101100 1000010 1000000 0 1001000 1001001 111 1 1010010 111011

Color Harmonies of #EC4240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4240

Black with #EC4240

Text Example


Text Example

White with #EC4240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4240; }

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

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

background-color css

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

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

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

border-color css

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

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

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