#D6173A

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

Shades of Crimson #D6173A

Tints of Crimson #D6173A

Color information

#D6173A (or 0xD6173A) is unknown color: approx Crimson. HEX triplet: D6, 17 and 3A. RGB value is (214,23,58). Sum of RGB (Red+Green+Blue) = 214+23+58=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D6173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6173A is #29E8C5. Grayscale: #545454. Windows color (decimal): -2746566 or 3807190. OLE color: 3807190.

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

Color convert

RGB2142358-
CMYK00.890.730.16
HSL349.01º80.59%46.47%-
HSV(B)349.01º89.25%83.92%-
XYZ28.815.215.42-
YUV84.1113.28220.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 72.54%
GREEN value IS 23 (9.38% from 255) = 7.80%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=72.54%
G=7.80%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214235800.890.730.16349.0180.5946.47
HexD6173A059491015d512e
Octal326277201311112053512156
Binary1101011010111111010010110011001001100001010111011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6173A; }

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

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

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

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

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

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

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

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