#D8152E

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

Shades of Crimson #D8152E

Tints of Crimson #D8152E

Color information

#D8152E (or 0xD8152E) is unknown color: approx Crimson. HEX triplet: D8, 15 and 2E. RGB value is (216,21,46). Sum of RGB (Red+Green+Blue) = 216+21+46=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D8152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8152E is #27EAD1. Grayscale: #525252. Windows color (decimal): -2616018 or 3020248. OLE color: 3020248.

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

Color convert

RGB2162146-
CMYK00.900.790.15
HSL352.31º82.28%46.47%-
HSV(B)352.31º90.28%84.71%-
XYZ29.0815.334.01-
YUV82.16107.6223.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 76.33%
GREEN value IS 21 (8.59% from 255) = 7.42%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=76.33%
G=7.42%
B=16.25%

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
Decimal216214600.900.790.15352.3182.2846.47
HexD8152E05A4FF160522e
Octal330255601321171754012256
Binary110110001010110111001011010100111111111011000001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8152E; }

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

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

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

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

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

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

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

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