#ed0f46

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

Shades of Crimson #ED0F46

Tints of Crimson #ED0F46

Color information

#ED0F46 (or 0xED0F46) is unknown color: approx Crimson. HEX triplet: ED, 0F and 46. RGB value is (237,15,70). Sum of RGB (Red+Green+Blue) = 237+15+70=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F46 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0F46 is #12F0B9. Grayscale: #575757. Windows color (decimal): -1241274 or 4591597. OLE color: 4591597.

HSL color Cylindrical-coordinate representation of color #ED0F46: hue angle of 345.14º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0F46 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB2371570-
CMYK00.940.700.07
HSL345.14º88.1%49.41%-
HSV(B)345.14º93.67%92.94%-
XYZ36.218.797.51-
YUV87.65118.05234.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 73.60%
GREEN value IS 15 (6.25% from 255) = 4.66%
BLUE value IS 70 (27.73% from 255) = 21.74%
R=73.60%
G=4.66%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237157000.940.700.07345.1488.149.41
HexEDF4605E4671595831
Octal355171060136106753113061
Binary11101101111110001100101111010001101111010110011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed0f46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed0f46; }

 p { color: rgb(237,15,70); }

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

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

 a { background-color: rgb(237,15,70); }

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

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

 span { border-color: rgb(237,15,70); }

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