Html Css Color HEX #EC4542 Cinnabar

📋 copy color: '#EC4542'

red 236 ◦ green 69 ◦ blue 66

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

Shades of Cinnabar #EC4542

Tints of Cinnabar #EC4542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.6%

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

R = 63.61%
G = 18.6%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC4542 (or 0xEC4542) is known color: Cinnabar. HEX triplet: EC, 45 and 42. RGB value is (236,69,66). Sum of RGB (Red+Green+Blue) = 236+69+66=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4542 is #13BABD. Grayscale: #767676. Windows color (decimal): -1292990 or 4343276. OLE color: 4343276.

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

Color convert

RGB 236 69 66 -
CMYK 0 0.71 0.72 0.07
HSL 1.06º 0.82% 0.59% -
HSV(B) 1.06º 0.72% 0.93% -
XYZ 37.7 22.48 7.51 -
YUV 118.59 98.33 211.74 -
System Red Green Blue C M Y K H S L
Decimal 236 69 66 0 0.71 0.72 0.07 1.06 0.82 0.59
Hex EC 45 42 0 47 48 7 1 52 3B
Octal 354 105 102 0 107 110 7 1 122 73
Binary 11101100 1000101 1000010 0 1000111 1001000 111 1 1010010 111011

Color Harmonies of #EC4542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4542

Black with #EC4542

Text Example


Text Example

White with #EC4542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4542; }

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

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

background-color css

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

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

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

border-color css

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

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

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