#D8142D

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

Shades of Crimson #D8142D

Tints of Crimson #D8142D

Color information

#D8142D (or 0xD8142D) is unknown color: approx Crimson. HEX triplet: D8, 14 and 2D. RGB value is (216,20,45). Sum of RGB (Red+Green+Blue) = 216+20+45=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D8142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8142D is #27EBD2. Grayscale: #515151. Windows color (decimal): -2616275 or 2954456. OLE color: 2954456.

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

Color convert

RGB2162045-
CMYK00.910.790.15
HSL352.35º83.05%46.27%-
HSV(B)352.35º90.74%84.71%-
XYZ29.0415.293.9-
YUV81.45107.43223.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 76.87%
GREEN value IS 20 (8.20% from 255) = 7.12%
BLUE value IS 45 (17.97% from 255) = 16.01%
R=76.87%
G=7.12%
B=16.01%

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
Decimal216204500.910.790.15352.3583.0546.27
HexD8142D05B4FF160532e
Octal330245501331171754012356
Binary110110001010010110101011011100111111111011000001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8142D; }

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

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

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

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

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

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

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

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