#ED0445

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

Shades of Crimson #ED0445

Tints of Crimson #ED0445

Color information

#ED0445 (or 0xED0445) is unknown color: approx Crimson. HEX triplet: ED, 04 and 45. RGB value is (237,4,69). Sum of RGB (Red+Green+Blue) = 237+4+69=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0445 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0445 is #12FBBA. Grayscale: #515151. Windows color (decimal): -1244091 or 4523245. OLE color: 4523245.

HSL color Cylindrical-coordinate representation of color #ED0445: hue angle of 343.26º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED0445 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB237469-
CMYK00.980.710.07
HSL343.26º96.68%47.25%-
HSV(B)343.26º98.31%92.94%-
XYZ36.0418.527.31-
YUV81.08121.19239.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 76.45%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 69 (27.34% from 255) = 22.26%
R=76.45%
G=1.29%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23746900.980.710.07343.2696.6847.25
HexED445062477157612f
Octal35541050142107752714157
Binary1110110110010001010110001010001111111010101111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0445; }

 p { color: rgb(237,4,69); }

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

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

 a { background-color: rgb(237,4,69); }

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

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

 span { border-color: rgb(237,4,69); }

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