#D3062E

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

Shades of Crimson #D3062E

Tints of Crimson #D3062E

Color information

#D3062E (or 0xD3062E) is unknown color: approx Crimson. HEX triplet: D3, 06 and 2E. RGB value is (211,6,46). Sum of RGB (Red+Green+Blue) = 211+6+46=263 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.23% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 211 - color contains mainly: red. Hex color #D3062E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3062E is #2CF9D1. Grayscale: #474747. Windows color (decimal): -2947538 or 3016403. OLE color: 3016403.

HSL color Cylindrical-coordinate representation of color #D3062E: hue angle of 348.29º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3062E is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB211646-
CMYK00.970.780.17
HSL348.29º94.47%42.55%-
HSV(B)348.29º97.16%82.75%-
XYZ27.4214.183.88-
YUV71.86113.42227.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 80.23%
GREEN value IS 6 (2.73% from 255) = 2.28%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=80.23%
G=2.28%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21164600.970.780.17348.2994.4742.55
HexD362E0614E1115c5e2b
Octal32365601411162153413653
Binary11010011110101110011000011001110100011010111001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3062E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3062E; }

 p { color: rgb(211,6,46); }

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

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

 a { background-color: rgb(211,6,46); }

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

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

 span { border-color: rgb(211,6,46); }

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