#D51639

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

Shades of Crimson #D51639

Tints of Crimson #D51639

Color information

#D51639 (or 0xD51639) is unknown color: approx Crimson. HEX triplet: D5, 16 and 39. RGB value is (213,22,57). Sum of RGB (Red+Green+Blue) = 213+22+57=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D51639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51639 is #2AE9C6. Grayscale: #535353. Windows color (decimal): -2812359 or 3741397. OLE color: 3741397.

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

Color convert

RGB2132257-
CMYK00.900.730.16
HSL349.01º81.28%46.08%-
HSV(B)349.01º89.67%83.53%-
XYZ28.4715.025.27-
YUV83.1113.28220.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 72.95%
GREEN value IS 22 (8.98% from 255) = 7.53%
BLUE value IS 57 (22.66% from 255) = 19.52%
R=72.95%
G=7.53%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213225700.900.730.16349.0181.2846.08
HexD5163905A491015d512e
Octal325267101321112053512156
Binary1101010110110111001010110101001001100001010111011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51639; }

 p { color: rgb(213,22,57); }

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

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

 a { background-color: rgb(213,22,57); }

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

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

 span { border-color: rgb(213,22,57); }

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