#D6172E

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

Shades of Crimson #D6172E

Tints of Crimson #D6172E

Color information

#D6172E (or 0xD6172E) is unknown color: approx Crimson. HEX triplet: D6, 17 and 2E. RGB value is (214,23,46). Sum of RGB (Red+Green+Blue) = 214+23+46=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D6172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6172E is #29E8D1. Grayscale: #525252. Windows color (decimal): -2746578 or 3020758. OLE color: 3020758.

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

Color convert

RGB2142346-
CMYK00.890.790.16
HSL352.77º80.59%46.47%-
HSV(B)352.77º89.25%83.92%-
XYZ28.5315.114-
YUV82.73107.28221.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 75.62%
GREEN value IS 23 (9.38% from 255) = 8.13%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=75.62%
G=8.13%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214234600.890.790.16352.7780.5946.47
HexD6172E0594F10161512e
Octal326275601311172054112156
Binary1101011010111101110010110011001111100001011000011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6172E; }

 p { color: rgb(214,23,46); }

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

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

 a { background-color: rgb(214,23,46); }

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

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

 span { border-color: rgb(214,23,46); }

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