Html Css Color HEX #EC523A Cinnabar

📋 copy color: '#EC523A'

red 236 ◦ green 82 ◦ blue 58

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

Shades of Cinnabar #EC523A

Tints of Cinnabar #EC523A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.43%

R = 62.77%
G = 21.81%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC523A (or 0xEC523A) is known color: Cinnabar. HEX triplet: EC, 52 and 3A. RGB value is (236,82,58). Sum of RGB (Red+Green+Blue) = 236+82+58=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC523A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC523A is #13ADC5. Grayscale: #7D7D7D. Windows color (decimal): -1289670 or 3822316. OLE color: 3822316.

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

Color convert

RGB 236 82 58 -
CMYK 0 0.65 0.75 0.07
HSL 8.09º 0.82% 0.58% -
HSV(B) 8.09º 0.75% 0.93% -
XYZ 38.37 24.17 6.65 -
YUV 125.31 90.02 206.95 -
System Red Green Blue C M Y K H S L
Decimal 236 82 58 0 0.65 0.75 0.07 8.09 0.82 0.58
Hex EC 52 3A 0 41 4B 7 8 52 3A
Octal 354 122 72 0 101 113 7 10 122 72
Binary 11101100 1010010 111010 0 1000001 1001011 111 1000 1010010 111010

Color Harmonies of #EC523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC523A

Black with #EC523A

Text Example


Text Example

White with #EC523A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC523A; }

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

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

background-color css

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

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

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

border-color css

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

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

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