#ED372D

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

Shades of Cinnabar #ED372D

Tints of Cinnabar #ED372D

Color information

#ED372D (or 0xED372D) is unknown color: approx Cinnabar. HEX triplet: ED, 37 and 2D. RGB value is (237,55,45). Sum of RGB (Red+Green+Blue) = 237+55+45=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED372D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED372D is #12C8D2. Grayscale: #6C6C6C. Windows color (decimal): -1231059 or 2963437. OLE color: 2963437.

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

Color convert

RGB2375545-
CMYK00.770.810.07
HSL3.13º84.21%55.29%-
HSV(B)3.13º81.01%92.94%-
XYZ36.7620.934.58-
YUV108.2892.3219.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 70.33%
GREEN value IS 55 (21.88% from 255) = 16.32%
BLUE value IS 45 (17.97% from 255) = 13.35%
R=70.33%
G=16.32%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237554500.770.810.073.1384.2155.29
HexED372D04D51735437
Octal355675501151217312467
Binary11101101110111101101010011011010001111111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED372D; }

 p { color: rgb(237,55,45); }

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

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

 a { background-color: rgb(237,55,45); }

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

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

 span { border-color: rgb(237,55,45); }

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