#D6172F

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

Shades of Crimson #D6172F

Tints of Crimson #D6172F

Color information

#D6172F (or 0xD6172F) is unknown color: approx Crimson. HEX triplet: D6, 17 and 2F. RGB value is (214,23,47). Sum of RGB (Red+Green+Blue) = 214+23+47=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D6172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6172F is #29E8D0. Grayscale: #525252. Windows color (decimal): -2746577 or 3086294. OLE color: 3086294.

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

Color convert

RGB2142347-
CMYK00.890.780.16
HSL352.46º80.59%46.47%-
HSV(B)352.46º89.25%83.92%-
XYZ28.5515.114.1-
YUV82.84107.78221.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 75.35%
GREEN value IS 23 (9.38% from 255) = 8.10%
BLUE value IS 47 (18.75% from 255) = 16.55%
R=75.35%
G=8.10%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214234700.890.780.16352.4680.5946.47
HexD6172F0594E10160512e
Octal326275701311162054012156
Binary1101011010111101111010110011001110100001011000001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6172F; }

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

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

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

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

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

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

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

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