Html Css Color HEX #EC521F Cinnabar

📋 copy color: '#EC521F'

red 236 ◦ green 82 ◦ blue 31

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

Shades of Cinnabar #EC521F

Tints of Cinnabar #EC521F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.88%

R = 67.62%
G = 23.5%
B = 8.88%

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

#EC521F (or 0xEC521F) is known color: Cinnabar. HEX triplet: EC, 52 and 1F. RGB value is (236,82,31). Sum of RGB (Red+Green+Blue) = 236+82+31=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC521F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC521F is #13ADE0. Grayscale: #7A7A7A. Windows color (decimal): -1289697 or 2052844. OLE color: 2052844.

HSL color Cylindrical-coordinate representation of color #EC521F: hue angle of 14.93º 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 #EC521F is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 82 31 -
CMYK 0 0.65 0.87 0.07
HSL 14.93º 0.84% 0.52% -
HSV(B) 14.93º 0.87% 0.93% -
XYZ 37.86 23.97 3.93 -
YUV 122.23 76.52 209.15 -
System Red Green Blue C M Y K H S L
Decimal 236 82 31 0 0.65 0.87 0.07 14.93 0.84 0.52
Hex EC 52 1F 0 41 57 7 F 54 34
Octal 354 122 37 0 101 127 7 17 124 64
Binary 11101100 1010010 11111 0 1000001 1010111 111 1111 1010100 110100

Color Harmonies of #EC521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC521F

Black with #EC521F

Text Example


Text Example

White with #EC521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC521F; }

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

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

background-color css

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

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

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

border-color css

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

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

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