Html Css Color HEX #EC4340 Cinnabar

📋 copy color: '#EC4340'

red 236 ◦ green 67 ◦ blue 64

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

Shades of Cinnabar #EC4340

Tints of Cinnabar #EC4340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.26%

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

R = 64.31%
G = 18.26%
B = 17.44%

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

#EC4340 (or 0xEC4340) is known color: Cinnabar. HEX triplet: EC, 43 and 40. RGB value is (236,67,64). Sum of RGB (Red+Green+Blue) = 236+67+64=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4340 is #13BCBF. Grayscale: #757575. Windows color (decimal): -1293504 or 4211692. OLE color: 4211692.

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

Color convert

RGB 236 67 64 -
CMYK 0 0.72 0.73 0.07
HSL 1.05º 0.82% 0.59% -
HSV(B) 1.05º 0.73% 0.93% -
XYZ 37.52 22.22 7.16 -
YUV 117.19 97.99 212.74 -
System Red Green Blue C M Y K H S L
Decimal 236 67 64 0 0.72 0.73 0.07 1.05 0.82 0.59
Hex EC 43 40 0 48 49 7 1 52 3B
Octal 354 103 100 0 110 111 7 1 122 73
Binary 11101100 1000011 1000000 0 1001000 1001001 111 1 1010010 111011

Color Harmonies of #EC4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4340

Black with #EC4340

Text Example


Text Example

White with #EC4340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4340; }

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

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

background-color css

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

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

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

border-color css

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

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

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