#ED0443

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

Shades of Crimson #ED0443

Tints of Crimson #ED0443

Color information

#ED0443 (or 0xED0443) is unknown color: approx Crimson. HEX triplet: ED, 04 and 43. RGB value is (237,4,67). Sum of RGB (Red+Green+Blue) = 237+4+67=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0443 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0443 is #12FBBC. Grayscale: #505050. Windows color (decimal): -1244093 or 4392173. OLE color: 4392173.

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

Color convert

RGB237467-
CMYK00.980.720.07
HSL343.78º96.68%47.25%-
HSV(B)343.78º98.31%92.94%-
XYZ35.9818.56.98-
YUV80.85120.19239.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 76.95%
GREEN value IS 4 (1.95% from 255) = 1.30%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=76.95%
G=1.30%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23746700.980.720.07343.7896.6847.25
HexED443062487158612f
Octal35541030142110753014157
Binary1110110110010000110110001010010001111010110001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0443; }

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

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

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

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

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

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

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

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