Html Css Color HEX #EC5327 Cinnabar

📋 copy color: '#EC5327'

red 236 ◦ green 83 ◦ blue 39

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

Shades of Cinnabar #EC5327

Tints of Cinnabar #EC5327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.89%

R = 65.92%
G = 23.18%
B = 10.89%

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

#EC5327 (or 0xEC5327) is known color: Cinnabar. HEX triplet: EC, 53 and 27. RGB value is (236,83,39). Sum of RGB (Red+Green+Blue) = 236+83+39=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5327 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5327 is #13ACD8. Grayscale: #7C7C7C. Windows color (decimal): -1289433 or 2577388. OLE color: 2577388.

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

Color convert

RGB 236 83 39 -
CMYK 0 0.65 0.83 0.07
HSL 13.4º 0.84% 0.54% -
HSV(B) 13.4º 0.83% 0.93% -
XYZ 38.05 24.17 4.58 -
YUV 123.73 80.19 208.08 -
System Red Green Blue C M Y K H S L
Decimal 236 83 39 0 0.65 0.83 0.07 13.4 0.84 0.54
Hex EC 53 27 0 41 53 7 D 54 36
Octal 354 123 47 0 101 123 7 15 124 66
Binary 11101100 1010011 100111 0 1000001 1010011 111 1101 1010100 110110

Color Harmonies of #EC5327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5327

Black with #EC5327

Text Example


Text Example

White with #EC5327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5327; }

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

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

background-color css

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

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

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

border-color css

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

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

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