#D71533

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

Shades of Crimson #D71533

Tints of Crimson #D71533

Color information

#D71533 (or 0xD71533) is unknown color: approx Crimson. HEX triplet: D7, 15 and 33. RGB value is (215,21,51). Sum of RGB (Red+Green+Blue) = 215+21+51=287 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.91% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 215 - color contains mainly: red. Hex color #D71533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71533 is #28EACC. Grayscale: #525252. Windows color (decimal): -2681549 or 3347927. OLE color: 3347927.

HSL color Cylindrical-coordinate representation of color #D71533: hue angle of 350.72º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71533 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB2152151-
CMYK00.900.760.16
HSL350.72º82.2%46.27%-
HSV(B)350.72º90.23%84.31%-
XYZ28.8915.224.55-
YUV82.43110.27222.56-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 74.91%
GREEN value IS 21 (8.59% from 255) = 7.32%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=74.91%
G=7.32%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215215100.900.760.16350.7282.246.27
HexD7153305A4C1015f522e
Octal327256301321142053712256
Binary1101011110101110011010110101001100100001010111111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71533; }

 p { color: rgb(215,21,51); }

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

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

 a { background-color: rgb(215,21,51); }

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

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

 span { border-color: rgb(215,21,51); }

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