#ED311C

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

Shades of Cinnabar #ED311C

Tints of Cinnabar #ED311C

Color information

#ED311C (or 0xED311C) is unknown color: approx Cinnabar. HEX triplet: ED, 31 and 1C. RGB value is (237,49,28). Sum of RGB (Red+Green+Blue) = 237+49+28=314 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.48% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 237 - color contains mainly: red. Hex color #ED311C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED311C is #12CEE3. Grayscale: #676767. Windows color (decimal): -1232612 or 1847789. OLE color: 1847789.

HSL color Cylindrical-coordinate representation of color #ED311C: hue angle of 6.03º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED311C is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB2374928-
CMYK00.790.880.07
HSL6.03º85.31%51.96%-
HSV(B)6.03º88.19%92.94%-
XYZ36.2320.283.1-
YUV102.8285.78223.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 75.48%
GREEN value IS 49 (19.53% from 255) = 15.61%
BLUE value IS 28 (11.33% from 255) = 8.92%
R=75.48%
G=15.61%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237492800.790.880.076.0385.3151.96
HexED311C04F58765534
Octal355613401171307612564
Binary11101101110001111000100111110110001111101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED311C; }

 p { color: rgb(237,49,28); }

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

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

 a { background-color: rgb(237,49,28); }

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

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

 span { border-color: rgb(237,49,28); }

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