#ED4232

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

Shades of Cinnabar #ED4232

Tints of Cinnabar #ED4232

Color information

#ED4232 (or 0xED4232) is unknown color: approx Cinnabar. HEX triplet: ED, 42 and 32. RGB value is (237,66,50). Sum of RGB (Red+Green+Blue) = 237+66+50=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4232 is #12BDCD. Grayscale: #737373. Windows color (decimal): -1228238 or 3293933. OLE color: 3293933.

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

Color convert

RGB2376650-
CMYK00.720.790.07
HSL5.13º83.86%56.27%-
HSV(B)5.13º78.9%92.94%-
XYZ37.4522.135.32-
YUV115.391.15214.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.14%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 50 (19.92% from 255) = 14.16%
R=67.14%
G=18.70%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237665000.720.790.075.1383.8656.27
HexED42320484F755438
Octal3551026201101177512470
Binary1110110110000101100100100100010011111111011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4232; }

 p { color: rgb(237,66,50); }

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

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

 a { background-color: rgb(237,66,50); }

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

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

 span { border-color: rgb(237,66,50); }

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