#D51431

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

Shades of Crimson #D51431

Tints of Crimson #D51431

Color information

#D51431 (or 0xD51431) is unknown color: approx Crimson. HEX triplet: D5, 14 and 31. RGB value is (213,20,49). Sum of RGB (Red+Green+Blue) = 213+20+49=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D51431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51431 is #2AEBCE. Grayscale: #515151. Windows color (decimal): -2812879 or 3216597. OLE color: 3216597.

HSL color Cylindrical-coordinate representation of color #D51431: hue angle of 350.98º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D51431 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB2132049-
CMYK00.910.770.16
HSL350.98º82.83%45.69%-
HSV(B)350.98º90.61%83.53%-
XYZ28.2514.874.29-
YUV81.01109.94222.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 75.53%
GREEN value IS 20 (8.20% from 255) = 7.09%
BLUE value IS 49 (19.53% from 255) = 17.38%
R=75.53%
G=7.09%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213204900.910.770.16350.9882.8345.69
HexD5143105B4D1015f532e
Octal325246101331152053712356
Binary1101010110100110001010110111001101100001010111111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51431; }

 p { color: rgb(213,20,49); }

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

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

 a { background-color: rgb(213,20,49); }

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

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

 span { border-color: rgb(213,20,49); }

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