Html Css Color HEX #EC5324 Cinnabar

📋 copy color: '#EC5324'

red 236 ◦ green 83 ◦ blue 36

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

Shades of Cinnabar #EC5324

Tints of Cinnabar #EC5324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.14%

R = 66.48%
G = 23.38%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC5324 (or 0xEC5324) is known color: Cinnabar. HEX triplet: EC, 53 and 24. RGB value is (236,83,36). Sum of RGB (Red+Green+Blue) = 236+83+36=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5324 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5324 is #13ACDB. Grayscale: #7B7B7B. Windows color (decimal): -1289436 or 2380780. OLE color: 2380780.

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

Color convert

RGB 236 83 36 -
CMYK 0 0.65 0.85 0.07
HSL 14.1º 0.84% 0.53% -
HSV(B) 14.1º 0.85% 0.93% -
XYZ 38 24.15 4.33 -
YUV 123.39 78.69 208.32 -
System Red Green Blue C M Y K H S L
Decimal 236 83 36 0 0.65 0.85 0.07 14.1 0.84 0.53
Hex EC 53 24 0 41 55 7 E 54 35
Octal 354 123 44 0 101 125 7 16 124 65
Binary 11101100 1010011 100100 0 1000001 1010101 111 1110 1010100 110101

Color Harmonies of #EC5324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5324

Black with #EC5324

Text Example


Text Example

White with #EC5324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5324; }

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

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

background-color css

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

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

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

border-color css

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

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

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