#D71446

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

Shades of Crimson #D71446

Tints of Crimson #D71446

Color information

#D71446 (or 0xD71446) is unknown color: approx Crimson. HEX triplet: D7, 14 and 46. RGB value is (215,20,70). Sum of RGB (Red+Green+Blue) = 215+20+70=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D71446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71446 is #28EBB9. Grayscale: #545454. Windows color (decimal): -2681786 or 4592855. OLE color: 4592855.

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

Color convert

RGB2152070-
CMYK00.910.670.16
HSL344.62º82.98%46.08%-
HSV(B)344.62º90.7%84.31%-
XYZ29.3815.397.22-
YUV84120.1221.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 70.49%
GREEN value IS 20 (8.20% from 255) = 6.56%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=70.49%
G=6.56%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215207000.910.670.16344.6282.9846.08
HexD7144605B4310159532e
Octal3272410601331032053112356
Binary11010111101001000110010110111000011100001010110011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71446; }

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

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

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

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

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

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

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

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