Html Css Color HEX #EC5329 Cinnabar

📋 copy color: '#EC5329'

red 236 ◦ green 83 ◦ blue 41

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

Shades of Cinnabar #EC5329

Tints of Cinnabar #EC5329

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.06%

 BLUE value IS 41 (16.41% from 255) = 11.39%

R = 65.56%
G = 23.06%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC5329 (or 0xEC5329) is known color: Cinnabar. HEX triplet: EC, 53 and 29. RGB value is (236,83,41). Sum of RGB (Red+Green+Blue) = 236+83+41=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5329 is #13ACD6. Grayscale: #7C7C7C. Windows color (decimal): -1289431 or 2708460. OLE color: 2708460.

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

Color convert

RGB 236 83 41 -
CMYK 0 0.65 0.83 0.07
HSL 12.92º 0.84% 0.54% -
HSV(B) 12.92º 0.83% 0.93% -
XYZ 38.09 24.18 4.76 -
YUV 123.96 81.19 207.92 -
System Red Green Blue C M Y K H S L
Decimal 236 83 41 0 0.65 0.83 0.07 12.92 0.84 0.54
Hex EC 53 29 0 41 53 7 D 54 36
Octal 354 123 51 0 101 123 7 15 124 66
Binary 11101100 1010011 101001 0 1000001 1010011 111 1101 1010100 110110

Color Harmonies of #EC5329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5329

Black with #EC5329

Text Example


Text Example

White with #EC5329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5329; }

 p { color: rgb(236,83,41); }

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

background-color css

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

 a { background-color: rgb(236,83,41); }

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

border-color css

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

 span { border-color: rgb(236,83,41); }

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