#D2062D

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

Shades of Crimson #D2062D

Tints of Crimson #D2062D

Color information

#D2062D (or 0xD2062D) is unknown color: approx Crimson. HEX triplet: D2, 06 and 2D. RGB value is (210,6,45). Sum of RGB (Red+Green+Blue) = 210+6+45=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D2062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2062D is #2DF9D2. Grayscale: #474747. Windows color (decimal): -3013075 or 2950866. OLE color: 2950866.

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

Color convert

RGB210645-
CMYK00.970.790.18
HSL348.53º94.44%42.35%-
HSV(B)348.53º97.14%82.35%-
XYZ27.1214.023.76-
YUV71.44113.09226.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 80.46%
GREEN value IS 6 (2.73% from 255) = 2.30%
BLUE value IS 45 (17.97% from 255) = 17.24%
R=80.46%
G=2.30%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21064500.970.790.18348.5394.4442.35
HexD262D0614F1215d5e2a
Octal32265501411172253513652
Binary11010010110101101011000011001111100101010111011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2062D; }

 p { color: rgb(210,6,45); }

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

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

 a { background-color: rgb(210,6,45); }

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

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

 span { border-color: rgb(210,6,45); }

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