#D71C46

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

Shades of Crimson #D71C46

Tints of Crimson #D71C46

Color information

#D71C46 (or 0xD71C46) is unknown color: approx Crimson. HEX triplet: D7, 1C and 46. RGB value is (215,28,70). Sum of RGB (Red+Green+Blue) = 215+28+70=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71C46 is #28E3B9. Grayscale: #585858. Windows color (decimal): -2679738 or 4594903. OLE color: 4594903.

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

Color convert

RGB2152870-
CMYK00.870.670.16
HSL346.52º76.95%47.65%-
HSV(B)346.52º86.98%84.31%-
XYZ29.5515.727.27-
YUV88.7117.45218.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 68.69%
GREEN value IS 28 (11.33% from 255) = 8.95%
BLUE value IS 70 (27.73% from 255) = 22.36%
R=68.69%
G=8.95%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215287000.870.670.16346.5276.9547.65
HexD71C46057431015b4d30
Octal3273410601271032053311560
Binary11010111111001000110010101111000011100001010110111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71C46; }

 p { color: rgb(215,28,70); }

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

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

 a { background-color: rgb(215,28,70); }

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

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

 span { border-color: rgb(215,28,70); }

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