#ed0f48

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

Shades of Crimson #ED0F48

Tints of Crimson #ED0F48

Color information

#ED0F48 (or 0xED0F48) is unknown color: approx Crimson. HEX triplet: ED, 0F and 48. RGB value is (237,15,72). Sum of RGB (Red+Green+Blue) = 237+15+72=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0F48 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0F48 is #12F0B7. Grayscale: #575757. Windows color (decimal): -1241272 or 4722669. OLE color: 4722669.

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

Color convert

RGB2371572-
CMYK00.940.700.07
HSL344.59º88.1%49.41%-
HSV(B)344.59º93.67%92.94%-
XYZ36.2718.817.85-
YUV87.88119.05234.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 73.15%
GREEN value IS 15 (6.25% from 255) = 4.63%
BLUE value IS 72 (28.52% from 255) = 22.22%
R=73.15%
G=4.63%
B=22.22%

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
Decimal237157200.940.700.07344.5988.149.41
HexEDF4805E4671595831
Octal355171100136106753113061
Binary11101101111110010000101111010001101111010110011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed0f48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed0f48; }

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

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

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

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

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

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

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

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