#ED0444

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

Shades of Crimson #ED0444

Tints of Crimson #ED0444

Color information

#ED0444 (or 0xED0444) is unknown color: approx Crimson. HEX triplet: ED, 04 and 44. RGB value is (237,4,68). Sum of RGB (Red+Green+Blue) = 237+4+68=309 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.70% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0444 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0444 is #12FBBB. Grayscale: #505050. Windows color (decimal): -1244092 or 4457709. OLE color: 4457709.

HSL color Cylindrical-coordinate representation of color #ED0444: hue angle of 343.52º 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 #ED0444 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB237468-
CMYK00.980.710.07
HSL343.52º96.68%47.25%-
HSV(B)343.52º98.31%92.94%-
XYZ36.0118.517.14-
YUV80.96120.69239.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 76.70%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 68 (26.95% from 255) = 22.01%
R=76.70%
G=1.29%
B=22.01%

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
Decimal23746800.980.710.07343.5296.6847.25
HexED444062477158612f
Octal35541040142107753014157
Binary1110110110010001000110001010001111111010110001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0444; }

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

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

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

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

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

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

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

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