#D8023E

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

Shades of Crimson #D8023E

Tints of Crimson #D8023E

Color information

#D8023E (or 0xD8023E) is unknown color: approx Crimson. HEX triplet: D8, 02 and 3E. RGB value is (216,2,62). Sum of RGB (Red+Green+Blue) = 216+2+62=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D8023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8023E is #27FDC1. Grayscale: #484848. Windows color (decimal): -2620866 or 4063960. OLE color: 4063960.

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

Color convert

RGB216262-
CMYK00.990.710.15
HSL343.18º98.17%42.75%-
HSV(B)343.18º99.07%84.71%-
XYZ29.2114.995.91-
YUV72.83121.9230.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 77.14%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 62 (24.61% from 255) = 22.14%
R=77.14%
G=0.71%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21626200.990.710.15343.1898.1742.75
HexD823E06347F157622b
Octal33027601431071752714253
Binary110110001011111001100011100011111111010101111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8023E; }

 p { color: rgb(216,2,62); }

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

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

 a { background-color: rgb(216,2,62); }

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

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

 span { border-color: rgb(216,2,62); }

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