Html Css Color HEX #EC4732 Cinnabar

📋 copy color: '#EC4732'

red 236 ◦ green 71 ◦ blue 50

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

Shades of Cinnabar #EC4732

Tints of Cinnabar #EC4732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.01%

R = 66.11%
G = 19.89%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC4732 (or 0xEC4732) is known color: Cinnabar. HEX triplet: EC, 47 and 32. RGB value is (236,71,50). Sum of RGB (Red+Green+Blue) = 236+71+50=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4732 is #13B8CD. Grayscale: #767676. Windows color (decimal): -1292494 or 3295212. OLE color: 3295212.

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

Color convert

RGB 236 71 50 -
CMYK 0 0.70 0.79 0.07
HSL 6.77º 0.83% 0.56% -
HSV(B) 6.77º 0.79% 0.93% -
XYZ 37.42 22.57 5.4 -
YUV 117.94 89.66 212.21 -
System Red Green Blue C M Y K H S L
Decimal 236 71 50 0 0.70 0.79 0.07 6.77 0.83 0.56
Hex EC 47 32 0 46 4F 7 7 53 38
Octal 354 107 62 0 106 117 7 7 123 70
Binary 11101100 1000111 110010 0 1000110 1001111 111 111 1010011 111000

Color Harmonies of #EC4732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4732

Black with #EC4732

Text Example


Text Example

White with #EC4732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4732; }

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

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

background-color css

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

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

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

border-color css

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

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

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