#D9142D

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

Shades of Crimson #D9142D

Tints of Crimson #D9142D

Color information

#D9142D (or 0xD9142D) is unknown color: approx Crimson. HEX triplet: D9, 14 and 2D. RGB value is (217,20,45). Sum of RGB (Red+Green+Blue) = 217+20+45=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D9142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9142D is #26EBD2. Grayscale: #515151. Windows color (decimal): -2550739 or 2954457. OLE color: 2954457.

HSL color Cylindrical-coordinate representation of color #D9142D: hue angle of 352.39º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9142D is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB2172045-
CMYK00.910.790.15
HSL352.39º83.12%46.47%-
HSV(B)352.39º90.78%85.1%-
XYZ29.3415.443.92-
YUV81.75107.27224.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 76.95%
GREEN value IS 20 (8.20% from 255) = 7.09%
BLUE value IS 45 (17.97% from 255) = 15.96%
R=76.95%
G=7.09%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217204500.910.790.15352.3983.1246.47
HexD9142D05B4FF160532e
Octal331245501331171754012356
Binary110110011010010110101011011100111111111011000001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9142D; }

 p { color: rgb(217,20,45); }

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

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

 a { background-color: rgb(217,20,45); }

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

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

 span { border-color: rgb(217,20,45); }

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