Html Css Color HEX #EC522A Cinnabar

📋 copy color: '#EC522A'

red 236 ◦ green 82 ◦ blue 42

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

Shades of Cinnabar #EC522A

Tints of Cinnabar #EC522A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.67%

R = 65.56%
G = 22.78%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC522A (or 0xEC522A) is known color: Cinnabar. HEX triplet: EC, 52 and 2A. RGB value is (236,82,42). Sum of RGB (Red+Green+Blue) = 236+82+42=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC522A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC522A is #13ADD5. Grayscale: #7B7B7B. Windows color (decimal): -1289686 or 2773740. OLE color: 2773740.

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

Color convert

RGB 236 82 42 -
CMYK 0 0.65 0.82 0.07
HSL 12.37º 0.84% 0.55% -
HSV(B) 12.37º 0.82% 0.93% -
XYZ 38.03 24.03 4.83 -
YUV 123.49 82.02 208.25 -
System Red Green Blue C M Y K H S L
Decimal 236 82 42 0 0.65 0.82 0.07 12.37 0.84 0.55
Hex EC 52 2A 0 41 52 7 C 54 37
Octal 354 122 52 0 101 122 7 14 124 67
Binary 11101100 1010010 101010 0 1000001 1010010 111 1100 1010100 110111

Color Harmonies of #EC522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC522A

Black with #EC522A

Text Example


Text Example

White with #EC522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC522A; }

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

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

background-color css

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

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

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

border-color css

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

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

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