#D51532

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

Shades of Crimson #D51532

Tints of Crimson #D51532

Color information

#D51532 (or 0xD51532) is unknown color: approx Crimson. HEX triplet: D5, 15 and 32. RGB value is (213,21,50). Sum of RGB (Red+Green+Blue) = 213+21+50=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D51532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51532 is #2AEACD. Grayscale: #515151. Windows color (decimal): -2812622 or 3282389. OLE color: 3282389.

HSL color Cylindrical-coordinate representation of color #D51532: hue angle of 350.94º 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 #D51532 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB2132150-
CMYK00.900.770.16
HSL350.94º82.05%45.88%-
HSV(B)350.94º90.14%83.53%-
XYZ28.2814.914.41-
YUV81.71110.11221.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 75%
GREEN value IS 21 (8.59% from 255) = 7.39%
BLUE value IS 50 (19.92% from 255) = 17.61%
R=75%
G=7.39%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213215000.900.770.16350.9482.0545.88
HexD5153205A4D1015f522e
Octal325256201321152053712256
Binary1101010110101110010010110101001101100001010111111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51532; }

 p { color: rgb(213,21,50); }

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

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

 a { background-color: rgb(213,21,50); }

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

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

 span { border-color: rgb(213,21,50); }

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