#D51934

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

Shades of Crimson #D51934

Tints of Crimson #D51934

Color information

#D51934 (or 0xD51934) is unknown color: approx Crimson. HEX triplet: D5, 19 and 34. RGB value is (213,25,52). Sum of RGB (Red+Green+Blue) = 213+25+52=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D51934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51934 is #2AE6CB. Grayscale: #545454. Windows color (decimal): -2811596 or 3414485. OLE color: 3414485.

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

Color convert

RGB2132552-
CMYK00.880.760.16
HSL351.38º78.99%46.67%-
HSV(B)351.38º88.26%83.53%-
XYZ28.4115.094.66-
YUV84.29109.78219.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 73.45%
GREEN value IS 25 (10.16% from 255) = 8.62%
BLUE value IS 52 (20.70% from 255) = 17.93%
R=73.45%
G=8.62%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213255200.880.760.16351.3878.9946.67
HexD519340584C1015f4f2f
Octal325316401301142053711757
Binary1101010111001110100010110001001100100001010111111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51934; }

 p { color: rgb(213,25,52); }

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

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

 a { background-color: rgb(213,25,52); }

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

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

 span { border-color: rgb(213,25,52); }

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