#D51D43

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

Shades of Crimson #D51D43

Tints of Crimson #D51D43

Color information

#D51D43 (or 0xD51D43) is unknown color: approx Crimson. HEX triplet: D5, 1D and 43. RGB value is (213,29,67). Sum of RGB (Red+Green+Blue) = 213+29+67=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D51D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51D43 is #2AE2BC. Grayscale: #585858. Windows color (decimal): -2810557 or 4398549. OLE color: 4398549.

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

Color convert

RGB2132967-
CMYK00.860.690.16
HSL347.61º76.03%47.45%-
HSV(B)347.61º86.38%83.53%-
XYZ28.8915.436.77-
YUV88.35115.96216.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 68.93%
GREEN value IS 29 (11.72% from 255) = 9.39%
BLUE value IS 67 (26.56% from 255) = 21.68%
R=68.93%
G=9.39%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213296700.860.690.16347.6176.0347.45
HexD51D43056451015c4c2f
Octal3253510301261052053411457
Binary11010101111011000011010101101000101100001010111001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51D43; }

 p { color: rgb(213,29,67); }

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

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

 a { background-color: rgb(213,29,67); }

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

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

 span { border-color: rgb(213,29,67); }

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