Html Css Color HEX #EC522D Cinnabar

📋 copy color: '#EC522D'

red 236 ◦ green 82 ◦ blue 45

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

Shades of Cinnabar #EC522D

Tints of Cinnabar #EC522D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

 BLUE value IS 45 (17.97% from 255) = 12.4%

R = 65.01%
G = 22.59%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC522D (or 0xEC522D) is known color: Cinnabar. HEX triplet: EC, 52 and 2D. RGB value is (236,82,45). Sum of RGB (Red+Green+Blue) = 236+82+45=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC522D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC522D is #13ADD2. Grayscale: #7C7C7C. Windows color (decimal): -1289683 or 2970348. OLE color: 2970348.

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

Color convert

RGB 236 82 45 -
CMYK 0 0.65 0.81 0.07
HSL 11.62º 0.83% 0.55% -
HSV(B) 11.62º 0.81% 0.93% -
XYZ 38.08 24.06 5.12 -
YUV 123.83 83.52 208.01 -
System Red Green Blue C M Y K H S L
Decimal 236 82 45 0 0.65 0.81 0.07 11.62 0.83 0.55
Hex EC 52 2D 0 41 51 7 C 53 37
Octal 354 122 55 0 101 121 7 14 123 67
Binary 11101100 1010010 101101 0 1000001 1010001 111 1100 1010011 110111

Color Harmonies of #EC522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC522D

Black with #EC522D

Text Example


Text Example

White with #EC522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC522D; }

 p { color: rgb(236,82,45); }

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

background-color css

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

 a { background-color: rgb(236,82,45); }

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

border-color css

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

 span { border-color: rgb(236,82,45); }

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