#D8152D

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

Shades of Crimson #D8152D

Tints of Crimson #D8152D

Color information

#D8152D (or 0xD8152D) is unknown color: approx Crimson. HEX triplet: D8, 15 and 2D. RGB value is (216,21,45). Sum of RGB (Red+Green+Blue) = 216+21+45=282 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.60% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 216 - color contains mainly: red. Hex color #D8152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8152D is #27EAD2. Grayscale: #525252. Windows color (decimal): -2616019 or 2954712. OLE color: 2954712.

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

Color convert

RGB2162145-
CMYK00.900.790.15
HSL352.62º82.28%46.47%-
HSV(B)352.62º90.28%84.71%-
XYZ29.0615.323.91-
YUV82.04107.1223.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 76.60%
GREEN value IS 21 (8.59% from 255) = 7.45%
BLUE value IS 45 (17.97% from 255) = 15.96%
R=76.60%
G=7.45%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216214500.900.790.15352.6282.2846.47
HexD8152D05A4FF161522e
Octal330255501321171754112256
Binary110110001010110110101011010100111111111011000011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8152D; }

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

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

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

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

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

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

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

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