Html Css Color HEX #EC4742 Cinnabar

📋 copy color: '#EC4742'

red 236 ◦ green 71 ◦ blue 66

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

Shades of Cinnabar #EC4742

Tints of Cinnabar #EC4742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.03%

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

R = 63.27%
G = 19.03%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC4742 (or 0xEC4742) is known color: Cinnabar. HEX triplet: EC, 47 and 42. RGB value is (236,71,66). Sum of RGB (Red+Green+Blue) = 236+71+66=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4742 is #13B8BD. Grayscale: #777777. Windows color (decimal): -1292478 or 4343788. OLE color: 4343788.

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

Color convert

RGB 236 71 66 -
CMYK 0 0.70 0.72 0.07
HSL 1.76º 0.82% 0.59% -
HSV(B) 1.76º 0.72% 0.93% -
XYZ 37.83 22.73 7.55 -
YUV 119.77 97.66 210.91 -
System Red Green Blue C M Y K H S L
Decimal 236 71 66 0 0.70 0.72 0.07 1.76 0.82 0.59
Hex EC 47 42 0 46 48 7 2 52 3B
Octal 354 107 102 0 106 110 7 2 122 73
Binary 11101100 1000111 1000010 0 1000110 1001000 111 10 1010010 111011

Color Harmonies of #EC4742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4742

Black with #EC4742

Text Example


Text Example

White with #EC4742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4742; }

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

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

background-color css

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

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

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

border-color css

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

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

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