Html Css Color HEX #EC513C Cinnabar

📋 copy color: '#EC513C'

red 236 ◦ green 81 ◦ blue 60

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

Shades of Cinnabar #EC513C

Tints of Cinnabar #EC513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.49%

 BLUE value IS 60 (23.83% from 255) = 15.92%

R = 62.6%
G = 21.49%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC513C (or 0xEC513C) is known color: Cinnabar. HEX triplet: EC, 51 and 3C. RGB value is (236,81,60). Sum of RGB (Red+Green+Blue) = 236+81+60=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC513C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC513C is #13AEC3. Grayscale: #7D7D7D. Windows color (decimal): -1289924 or 3953132. OLE color: 3953132.

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

Color convert

RGB 236 81 60 -
CMYK 0 0.66 0.75 0.07
HSL 7.16º 0.82% 0.58% -
HSV(B) 7.16º 0.75% 0.93% -
XYZ 38.35 24.04 6.89 -
YUV 124.95 91.35 207.21 -
System Red Green Blue C M Y K H S L
Decimal 236 81 60 0 0.66 0.75 0.07 7.16 0.82 0.58
Hex EC 51 3C 0 42 4B 7 7 52 3A
Octal 354 121 74 0 102 113 7 7 122 72
Binary 11101100 1010001 111100 0 1000010 1001011 111 111 1010010 111010

Color Harmonies of #EC513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC513C

Black with #EC513C

Text Example


Text Example

White with #EC513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC513C; }

 p { color: rgb(236,81,60); }

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

background-color css

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

 a { background-color: rgb(236,81,60); }

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

border-color css

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

 span { border-color: rgb(236,81,60); }

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