#D71934

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

Shades of Crimson #D71934

Tints of Crimson #D71934

Color information

#D71934 (or 0xD71934) is unknown color: approx Crimson. HEX triplet: D7, 19 and 34. RGB value is (215,25,52). Sum of RGB (Red+Green+Blue) = 215+25+52=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D71934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71934 is #28E6CB. Grayscale: #545454. Windows color (decimal): -2680524 or 3414487. OLE color: 3414487.

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

Color convert

RGB2152552-
CMYK00.880.760.16
HSL351.47º79.17%47.06%-
HSV(B)351.47º88.37%84.31%-
XYZ28.9915.394.69-
YUV84.89109.45220.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 73.63%
GREEN value IS 25 (10.16% from 255) = 8.56%
BLUE value IS 52 (20.70% from 255) = 17.81%
R=73.63%
G=8.56%
B=17.81%

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
Decimal215255200.880.760.16351.4779.1747.06
HexD719340584C1015f4f2f
Octal327316401301142053711757
Binary1101011111001110100010110001001100100001010111111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71934; }

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

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

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

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

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

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

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

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