Html Css Color HEX #EC522F Cinnabar

📋 copy color: '#EC522F'

red 236 ◦ green 82 ◦ blue 47

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

Shades of Cinnabar #EC522F

Tints of Cinnabar #EC522F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.88%

R = 64.66%
G = 22.47%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC522F (or 0xEC522F) is known color: Cinnabar. HEX triplet: EC, 52 and 2F. RGB value is (236,82,47). Sum of RGB (Red+Green+Blue) = 236+82+47=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC522F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC522F is #13ADD0. Grayscale: #7C7C7C. Windows color (decimal): -1289681 or 3101420. OLE color: 3101420.

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

Color convert

RGB 236 82 47 -
CMYK 0 0.65 0.80 0.07
HSL 11.11º 0.83% 0.55% -
HSV(B) 11.11º 0.8% 0.93% -
XYZ 38.12 24.07 5.33 -
YUV 124.06 84.52 207.85 -
System Red Green Blue C M Y K H S L
Decimal 236 82 47 0 0.65 0.80 0.07 11.11 0.83 0.55
Hex EC 52 2F 0 41 50 7 B 53 37
Octal 354 122 57 0 101 120 7 13 123 67
Binary 11101100 1010010 101111 0 1000001 1010000 111 1011 1010011 110111

Color Harmonies of #EC522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC522F

Black with #EC522F

Text Example


Text Example

White with #EC522F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC522F; }

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

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

background-color css

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

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

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

border-color css

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

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

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