Html Css Color HEX #EC2720 Cinnabar

📋 copy color: '#EC2720'

red 236 ◦ green 39 ◦ blue 32

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

Shades of Cinnabar #EC2720

Tints of Cinnabar #EC2720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.7%

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

R = 76.87%
G = 12.7%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC2720 (or 0xEC2720) is known color: Cinnabar. HEX triplet: EC, 27 and 20. RGB value is (236,39,32). Sum of RGB (Red+Green+Blue) = 236+39+32=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2720 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2720 is #13D8DF. Grayscale: #616161. Windows color (decimal): -1300704 or 2107372. OLE color: 2107372.

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

Color convert

RGB 236 39 32 -
CMYK 0 0.83 0.86 0.07
HSL 2.06º 0.84% 0.53% -
HSV(B) 2.06º 0.86% 0.93% -
XYZ 35.58 19.39 3.23 -
YUV 97.11 91.27 227.07 -
System Red Green Blue C M Y K H S L
Decimal 236 39 32 0 0.83 0.86 0.07 2.06 0.84 0.53
Hex EC 27 20 0 53 56 7 2 54 35
Octal 354 47 40 0 123 126 7 2 124 65
Binary 11101100 100111 100000 0 1010011 1010110 111 10 1010100 110101

Color Harmonies of #EC2720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2720

Black with #EC2720

Text Example


Text Example

White with #EC2720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2720; }

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

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

background-color css

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

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

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

border-color css

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

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

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