Html Css Color HEX #EC4342 Cinnabar

📋 copy color: '#EC4342'

red 236 ◦ green 67 ◦ blue 66

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

Shades of Cinnabar #EC4342

Tints of Cinnabar #EC4342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 63.96%
G = 18.16%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC4342 (or 0xEC4342) is known color: Cinnabar. HEX triplet: EC, 43 and 42. RGB value is (236,67,66). Sum of RGB (Red+Green+Blue) = 236+67+66=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4342 is #13BCBD. Grayscale: #757575. Windows color (decimal): -1293502 or 4342764. OLE color: 4342764.

HSL color Cylindrical-coordinate representation of color #EC4342: hue angle of 0.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4342 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 67 66 -
CMYK 0 0.72 0.72 0.07
HSL 0.35º 0.82% 0.59% -
HSV(B) 0.35º 0.72% 0.93% -
XYZ 37.58 22.24 7.47 -
YUV 117.42 98.99 212.58 -
System Red Green Blue C M Y K H S L
Decimal 236 67 66 0 0.72 0.72 0.07 0.35 0.82 0.59
Hex EC 43 42 0 48 48 7 0 52 3B
Octal 354 103 102 0 110 110 7 0 122 73
Binary 11101100 1000011 1000010 0 1001000 1001000 111 0 1010010 111011

Color Harmonies of #EC4342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4342

Black with #EC4342

Text Example


Text Example

White with #EC4342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4342; }

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

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

background-color css

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

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

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

border-color css

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

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

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