#D3063F

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

Shades of Crimson #D3063F

Tints of Crimson #D3063F

Color information

#D3063F (or 0xD3063F) is unknown color: approx Crimson. HEX triplet: D3, 06 and 3F. RGB value is (211,6,63). Sum of RGB (Red+Green+Blue) = 211+6+63=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D3063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3063F is #2CF9C0. Grayscale: #494949. Windows color (decimal): -2947521 or 4130515. OLE color: 4130515.

HSL color Cylindrical-coordinate representation of color #D3063F: hue angle of 343.32º 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 #D3063F is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB211663-
CMYK00.970.700.17
HSL343.32º94.47%42.55%-
HSV(B)343.32º97.16%82.75%-
XYZ27.8314.346-
YUV73.79121.92225.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 75.36%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 63 (25% from 255) = 22.5%
R=75.36%
G=2.14%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21166300.970.700.17343.3294.4742.55
HexD363F06146111575e2b
Octal32367701411062152713653
Binary11010011110111111011000011000110100011010101111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3063F; }

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

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

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

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

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

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

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

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