Html Css Color HEX #EC4A40 Cinnabar

📋 copy color: '#EC4A40'

red 236 ◦ green 74 ◦ blue 64

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

Shades of Cinnabar #EC4A40

Tints of Cinnabar #EC4A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.79%

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

R = 63.1%
G = 19.79%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC4A40 (or 0xEC4A40) is known color: Cinnabar. HEX triplet: EC, 4A and 40. RGB value is (236,74,64). Sum of RGB (Red+Green+Blue) = 236+74+64=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4A40 is #13B5BF. Grayscale: #797979. Windows color (decimal): -1291712 or 4213484. OLE color: 4213484.

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

Color convert

RGB 236 74 64 -
CMYK 0 0.69 0.73 0.07
HSL 3.49º 0.82% 0.59% -
HSV(B) 3.49º 0.73% 0.93% -
XYZ 37.97 23.1 7.31 -
YUV 121.3 95.67 209.81 -
System Red Green Blue C M Y K H S L
Decimal 236 74 64 0 0.69 0.73 0.07 3.49 0.82 0.59
Hex EC 4A 40 0 45 49 7 3 52 3B
Octal 354 112 100 0 105 111 7 3 122 73
Binary 11101100 1001010 1000000 0 1000101 1001001 111 11 1010010 111011

Color Harmonies of #EC4A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A40

Black with #EC4A40

Text Example


Text Example

White with #EC4A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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