Shades of Crimson #D3063D
Tints of Crimson #D3063D
RGB
CMYK
RGB Variations
Color information
#D3063D (or 0xD3063D) is known color: Crimson. HEX triplet: D3, 06 and 3D. RGB value is (211,6,61). Sum of RGB (Red+Green+Blue) = 211+6+61=278 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.90% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 211 - color contains mainly: red. Hex color #D3063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3063D is #2CF9C2. Grayscale: #494949. Windows color (decimal): -2947523 or 3999443. OLE color: 3999443.
HSL color Cylindrical-coordinate representation of color #D3063D: hue angle of 343.9º 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 #D3063D is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 61 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.17 |
| HSL | 343.9º | 0.94% | 0.43% | - |
| HSV(B) | 343.9º | 0.97% | 0.83% | - |
| XYZ | 27.77 | 14.32 | 5.71 | - |
| YUV | 73.57 | 120.92 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 61 | 0 | 0.97 | 0.71 | 0.17 | 343.9 | 0.94 | 0.43 |
| Hex | D3 | 6 | 3D | 0 | 61 | 47 | 11 | 158 | 5E | 2B |
| Octal | 323 | 6 | 75 | 0 | 141 | 107 | 21 | 530 | 136 | 53 |
| Binary | 11010011 | 110 | 111101 | 0 | 1100001 | 1000111 | 10001 | 101011000 | 1011110 | 101011 |
Color Harmonies of #D3063D
Complementary color
Monochromatic Colors of #D3063D
Black with #D3063D
Text Example
Text Example
White with #D3063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3063D; }
p { color: rgb(211,6,61); }
H1.HeaderClassName
{
color: #D3063D;
}
.AnyTagClassName
{
color: #D3063D;
}
</style>
background-color css
<style>
a { background-color: #D3063D; }
a { background-color: rgb(211,6,61); }
div.DivClassName
{
background-color: #D3063D;
}
.BgClassName
{
background-color: #D3063D;
}
</style>
border-color css
<style>
span { border-color: #D3063D; }
span { border-color: rgb(211,6,61); }
td.TdClassName
{
border-color: #D3063D;
}
.TagClassName
{
border-color: #D3063D;
}
</style>