Html Css Color HEX #EC4B40 Cinnabar

📋 copy color: '#EC4B40'

red 236 ◦ green 75 ◦ blue 64

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

Shades of Cinnabar #EC4B40

Tints of Cinnabar #EC4B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20%

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

R = 62.93%
G = 20%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC4B40 (or 0xEC4B40) is known color: Cinnabar. HEX triplet: EC, 4B and 40. RGB value is (236,75,64). Sum of RGB (Red+Green+Blue) = 236+75+64=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4B40 is #13B4BF. Grayscale: #7A7A7A. Windows color (decimal): -1291456 or 4213740. OLE color: 4213740.

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

Color convert

RGB 236 75 64 -
CMYK 0 0.68 0.73 0.07
HSL 3.84º 0.82% 0.59% -
HSV(B) 3.84º 0.73% 0.93% -
XYZ 38.03 23.24 7.33 -
YUV 121.89 95.34 209.39 -
System Red Green Blue C M Y K H S L
Decimal 236 75 64 0 0.68 0.73 0.07 3.84 0.82 0.59
Hex EC 4B 40 0 44 49 7 4 52 3B
Octal 354 113 100 0 104 111 7 4 122 73
Binary 11101100 1001011 1000000 0 1000100 1001001 111 100 1010010 111011

Color Harmonies of #EC4B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B40

Black with #EC4B40

Text Example


Text Example

White with #EC4B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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