Html Css Color HEX #EC2520 Cinnabar

📋 copy color: '#EC2520'

red 236 ◦ green 37 ◦ blue 32

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

Shades of Cinnabar #EC2520

Tints of Cinnabar #EC2520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.13%

 BLUE value IS 32 (12.89% from 255) = 10.49%

R = 77.38%
G = 12.13%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC2520 (or 0xEC2520) is known color: Cinnabar. HEX triplet: EC, 25 and 20. RGB value is (236,37,32). Sum of RGB (Red+Green+Blue) = 236+37+32=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2520 is #13DADF. Grayscale: #606060. Windows color (decimal): -1301216 or 2106860. OLE color: 2106860.

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

Color convert

RGB 236 37 32 -
CMYK 0 0.84 0.86 0.07
HSL 1.47º 0.84% 0.53% -
HSV(B) 1.47º 0.86% 0.93% -
XYZ 35.51 19.26 3.21 -
YUV 95.93 91.93 227.91 -
System Red Green Blue C M Y K H S L
Decimal 236 37 32 0 0.84 0.86 0.07 1.47 0.84 0.53
Hex EC 25 20 0 54 56 7 1 54 35
Octal 354 45 40 0 124 126 7 1 124 65
Binary 11101100 100101 100000 0 1010100 1010110 111 1 1010100 110101

Color Harmonies of #EC2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2520

Black with #EC2520

Text Example


Text Example

White with #EC2520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2520; }

 p { color: rgb(236,37,32); }

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

background-color css

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

 a { background-color: rgb(236,37,32); }

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

border-color css

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

 span { border-color: rgb(236,37,32); }

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