#EC2827

Color #EC2827 Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #EC2827

Tints of Cinnabar #EC2827

Color information

#EC2827 (or 0xEC2827) is unknown color: approx Cinnabar. HEX triplet: EC, 28 and 27. RGB value is (236,40,39). Sum of RGB (Red+Green+Blue) = 236+40+39=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2827 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2827 is #13D7D8. Grayscale: #626262. Windows color (decimal): -1300441 or 2566380. OLE color: 2566380.

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

Color convert

RGB2364039-
CMYK00.830.830.07
HSL0.3º83.83%53.92%-
HSV(B)0.3º83.47%92.55%-
XYZ35.7219.53.8-
YUV98.4994.43226.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 74.92%
GREEN value IS 40 (16.02% from 255) = 12.70%
BLUE value IS 39 (15.62% from 255) = 12.38%
R=74.92%
G=12.70%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236403900.830.830.070.383.8353.92
HexEC282705353705436
Octal354504701231237012466
Binary1110110010100010011101010011101001111101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2827; }

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

 H1.HeaderClassName
 {
   color: #EC2827;
 }
 .AnyTagClassName
 {
   color: #EC2827;
 }
</style>
background-color css

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

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

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

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

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

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