#ED4139

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

Shades of Cinnabar #ED4139

Tints of Cinnabar #ED4139

Color information

#ED4139 (or 0xED4139) is unknown color: approx Cinnabar. HEX triplet: ED, 41 and 39. RGB value is (237,65,57). Sum of RGB (Red+Green+Blue) = 237+65+57=359 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.02% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4139 is #12BEC6. Grayscale: #737373. Windows color (decimal): -1228487 or 3752429. OLE color: 3752429.

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

Color convert

RGB2376557-
CMYK00.730.760.07
HSL2.67º83.33%57.65%-
HSV(B)2.67º75.95%92.94%-
XYZ37.5522.086.15-
YUV115.5294.98214.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.02%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 57 (22.66% from 255) = 15.88%
R=66.02%
G=18.11%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237655700.730.760.072.6783.3357.65
HexED41390494C73533a
Octal3551017101111147312372
Binary111011011000001111001010010011001100111111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4139; }

 p { color: rgb(237,65,57); }

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

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

 a { background-color: rgb(237,65,57); }

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

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

 span { border-color: rgb(237,65,57); }

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