Html Css Color HEX #EC521E Cinnabar

📋 copy color: '#EC521E'

red 236 ◦ green 82 ◦ blue 30

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

Shades of Cinnabar #EC521E

Tints of Cinnabar #EC521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.62%

R = 67.82%
G = 23.56%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC521E (or 0xEC521E) is known color: Cinnabar. HEX triplet: EC, 52 and 1E. RGB value is (236,82,30). Sum of RGB (Red+Green+Blue) = 236+82+30=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC521E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC521E is #13ADE1. Grayscale: #7A7A7A. Windows color (decimal): -1289698 or 1987308. OLE color: 1987308.

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

Color convert

RGB 236 82 30 -
CMYK 0 0.65 0.87 0.07
HSL 15.15º 0.84% 0.52% -
HSV(B) 15.15º 0.87% 0.93% -
XYZ 37.84 23.96 3.86 -
YUV 122.12 76.02 209.23 -
System Red Green Blue C M Y K H S L
Decimal 236 82 30 0 0.65 0.87 0.07 15.15 0.84 0.52
Hex EC 52 1E 0 41 57 7 F 54 34
Octal 354 122 36 0 101 127 7 17 124 64
Binary 11101100 1010010 11110 0 1000001 1010111 111 1111 1010100 110100

Color Harmonies of #EC521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC521E

Black with #EC521E

Text Example


Text Example

White with #EC521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC521E; }

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

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

background-color css

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

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

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

border-color css

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

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

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