#D8052D

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

Shades of Crimson #D8052D

Tints of Crimson #D8052D

Color information

#D8052D (or 0xD8052D) is unknown color: approx Crimson. HEX triplet: D8, 05 and 2D. RGB value is (216,5,45). Sum of RGB (Red+Green+Blue) = 216+5+45=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D8052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8052D is #27FAD2. Grayscale: #484848. Windows color (decimal): -2620115 or 2950616. OLE color: 2950616.

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

Color convert

RGB216545-
CMYK00.980.790.15
HSL348.63º95.48%43.33%-
HSV(B)348.63º97.69%84.71%-
XYZ28.8514.93.84-
YUV72.65112.4230.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 81.20%
GREEN value IS 5 (2.34% from 255) = 1.88%
BLUE value IS 45 (17.97% from 255) = 16.92%
R=81.20%
G=1.88%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21654500.980.790.15348.6395.4843.33
HexD852D0624FF15d5f2b
Octal33055501421171753513753
Binary1101100010110110101100010100111111111010111011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8052D; }

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

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

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

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

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

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

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

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