Html Css Color HEX #EC4734 Cinnabar

📋 copy color: '#EC4734'

red 236 ◦ green 71 ◦ blue 52

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

Shades of Cinnabar #EC4734

Tints of Cinnabar #EC4734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.48%

R = 65.74%
G = 19.78%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC4734 (or 0xEC4734) is known color: Cinnabar. HEX triplet: EC, 47 and 34. RGB value is (236,71,52). Sum of RGB (Red+Green+Blue) = 236+71+52=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4734 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4734 is #13B8CB. Grayscale: #767676. Windows color (decimal): -1292492 or 3426284. OLE color: 3426284.

HSL color Cylindrical-coordinate representation of color #EC4734: hue angle of 6.2º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC4734 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 71 52 -
CMYK 0 0.70 0.78 0.07
HSL 6.2º 0.83% 0.56% -
HSV(B) 6.2º 0.78% 0.93% -
XYZ 37.47 22.59 5.63 -
YUV 118.17 90.66 212.04 -
System Red Green Blue C M Y K H S L
Decimal 236 71 52 0 0.70 0.78 0.07 6.2 0.83 0.56
Hex EC 47 34 0 46 4E 7 6 53 38
Octal 354 107 64 0 106 116 7 6 123 70
Binary 11101100 1000111 110100 0 1000110 1001110 111 110 1010011 111000

Color Harmonies of #EC4734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4734

Black with #EC4734

Text Example


Text Example

White with #EC4734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4734; }

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

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

background-color css

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

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

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

border-color css

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

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

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