#D1003E

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

Shades of Crimson #D1003E

Tints of Crimson #D1003E

Color information

#D1003E (or 0xD1003E) is unknown color: approx Crimson. HEX triplet: D1, 00 and 3E. RGB value is (209,0,62). Sum of RGB (Red+Green+Blue) = 209+0+62=271 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.12% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 209 - color contains mainly: red. Hex color #D1003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1003E is #2EFFC1. Grayscale: #454545. Windows color (decimal): -3080130 or 4063441. OLE color: 4063441.

HSL color Cylindrical-coordinate representation of color #D1003E: hue angle of 342.2º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1003E is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB209062-
CMYK010.700.18
HSL342.2º100%40.98%-
HSV(B)342.2º100%81.96%-
XYZ27.1613.95.81-
YUV69.56123.74227.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 77.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 22.88%
R=77.12%
G=0%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209062010.700.18342.210040.98
HexD103E06446121566429
Octal32107601441062252614451
Binary110100010111110011001001000110100101010101101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1003E; }

 p { color: rgb(209,0,62); }

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

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

 a { background-color: rgb(209,0,62); }

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

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

 span { border-color: rgb(209,0,62); }

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