#ED4933

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

Shades of Cinnabar #ED4933

Tints of Cinnabar #ED4933

Color information

#ED4933 (or 0xED4933) is unknown color: approx Cinnabar. HEX triplet: ED, 49 and 33. RGB value is (237,73,51). Sum of RGB (Red+Green+Blue) = 237+73+51=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4933 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4933 is #12B6CC. Grayscale: #777777. Windows color (decimal): -1226445 or 3361261. OLE color: 3361261.

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

Color convert

RGB2377351-
CMYK00.690.780.07
HSL7.1º83.78%56.47%-
HSV(B)7.1º78.48%92.94%-
XYZ37.9123.015.58-
YUV119.5389.33211.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 65.65%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 51 (20.31% from 255) = 14.13%
R=65.65%
G=20.22%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237735100.690.780.077.183.7856.47
HexED49330454E775438
Octal3551116301051167712470
Binary1110110110010011100110100010110011101111111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4933; }

 p { color: rgb(237,73,51); }

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

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

 a { background-color: rgb(237,73,51); }

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

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

 span { border-color: rgb(237,73,51); }

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