#D51037

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

Shades of Crimson #D51037

Tints of Crimson #D51037

Color information

#D51037 (or 0xD51037) is unknown color: approx Crimson. HEX triplet: D5, 10 and 37. RGB value is (213,16,55). Sum of RGB (Red+Green+Blue) = 213+16+55=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D51037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51037 is #2AEFC8. Grayscale: #4F4F4F. Windows color (decimal): -2813897 or 3608789. OLE color: 3608789.

HSL color Cylindrical-coordinate representation of color #D51037: hue angle of 348.12º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51037 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB2131655-
CMYK00.920.740.16
HSL348.12º86.03%44.9%-
HSV(B)348.12º92.49%83.53%-
XYZ28.3214.794.98-
YUV79.35114.27223.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 75%
GREEN value IS 16 (6.64% from 255) = 5.63%
BLUE value IS 55 (21.88% from 255) = 19.37%
R=75%
G=5.63%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213165500.920.740.16348.1286.0344.9
HexD5103705C4A1015c562d
Octal325206701341122053412655
Binary1101010110000110111010111001001010100001010111001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51037; }

 p { color: rgb(213,16,55); }

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

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

 a { background-color: rgb(213,16,55); }

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

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

 span { border-color: rgb(213,16,55); }

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