#ED4124

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

Shades of Cinnabar #ED4124

Tints of Cinnabar #ED4124

Color information

#ED4124 (or 0xED4124) is unknown color: approx Cinnabar. HEX triplet: ED, 41 and 24. RGB value is (237,65,36). Sum of RGB (Red+Green+Blue) = 237+65+36=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4124 is #12BEDB. Grayscale: #717171. Windows color (decimal): -1228508 or 2376173. OLE color: 2376173.

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

Color convert

RGB2376536-
CMYK00.730.850.07
HSL8.66º84.81%53.53%-
HSV(B)8.66º84.81%92.94%-
XYZ37.1321.913.94-
YUV113.1284.48216.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 70.12%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 36 (14.45% from 255) = 10.65%
R=70.12%
G=19.23%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237653600.730.850.078.6684.8153.53
HexED412404955795536
Octal35510144011112571112566
Binary11101101100000110010001001001101010111110011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4124; }

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

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

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

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

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

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

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

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