#D8052E

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

Shades of Crimson #D8052E

Tints of Crimson #D8052E

Color information

#D8052E (or 0xD8052E) is unknown color: approx Crimson. HEX triplet: D8, 05 and 2E. RGB value is (216,5,46). Sum of RGB (Red+Green+Blue) = 216+5+46=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D8052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8052E is #27FAD1. Grayscale: #484848. Windows color (decimal): -2620114 or 3016152. OLE color: 3016152.

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

Color convert

RGB216546-
CMYK00.980.790.15
HSL348.34º95.48%43.33%-
HSV(B)348.34º97.69%84.71%-
XYZ28.8714.93.94-
YUV72.76112.9230.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 80.90%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 46 (18.36% from 255) = 17.23%
R=80.90%
G=1.87%
B=17.23%

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
Decimal21654600.980.790.15348.3495.4843.33
HexD852E0624FF15c5f2b
Octal33055601421171753413753
Binary1101100010110111001100010100111111111010111001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8052E; }

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

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

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

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

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

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

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

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