#D1032D

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

Shades of Crimson #D1032D

Tints of Crimson #D1032D

Color information

#D1032D (or 0xD1032D) is unknown color: approx Crimson. HEX triplet: D1, 03 and 2D. RGB value is (209,3,45). Sum of RGB (Red+Green+Blue) = 209+3+45=257 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.32% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 209 - color contains mainly: red. Hex color #D1032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1032D is #2EFCD2. Grayscale: #454545. Windows color (decimal): -3079379 or 2950097. OLE color: 2950097.

HSL color Cylindrical-coordinate representation of color #D1032D: hue angle of 347.77º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1032D is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB209345-
CMYK00.990.780.18
HSL347.77º97.17%41.57%-
HSV(B)347.77º98.56%81.96%-
XYZ26.813.813.74-
YUV69.38114.25227.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 81.32%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 45 (17.97% from 255) = 17.51%
R=81.32%
G=1.17%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20934500.990.780.18347.7797.1741.57
HexD132D0634E1215c612a
Octal32135501431162253414152
Binary1101000111101101011000111001110100101010111001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1032D; }

 p { color: rgb(209,3,45); }

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

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

 a { background-color: rgb(209,3,45); }

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

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

 span { border-color: rgb(209,3,45); }

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