Shades of Crimson #D30840
Tints of Crimson #D30840
RGB
CMYK
RGB Variations
Color information
#D30840 (or 0xD30840) is known color: Crimson. HEX triplet: D3, 08 and 40. RGB value is (211,8,64). Sum of RGB (Red+Green+Blue) = 211+8+64=283 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.56% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 211 - color contains mainly: red. Hex color #D30840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30840 is #2CF7BF. Grayscale: #4B4B4B. Windows color (decimal): -2947008 or 4196563. OLE color: 4196563.
HSL color Cylindrical-coordinate representation of color #D30840: hue angle of 343.45º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30840 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 64 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.17 |
| HSL | 343.45º | 0.93% | 0.43% | - |
| HSV(B) | 343.45º | 0.96% | 0.83% | - |
| XYZ | 27.88 | 14.39 | 6.16 | - |
| YUV | 75.08 | 121.75 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 64 | 0 | 0.96 | 0.70 | 0.17 | 343.45 | 0.93 | 0.43 |
| Hex | D3 | 8 | 40 | 0 | 60 | 46 | 11 | 157 | 5D | 2B |
| Octal | 323 | 10 | 100 | 0 | 140 | 106 | 21 | 527 | 135 | 53 |
| Binary | 11010011 | 1000 | 1000000 | 0 | 1100000 | 1000110 | 10001 | 101010111 | 1011101 | 101011 |
Color Harmonies of #D30840
Complementary color
Monochromatic Colors of #D30840
Black with #D30840
Text Example
Text Example
White with #D30840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30840; }
p { color: rgb(211,8,64); }
H1.HeaderClassName
{
color: #D30840;
}
.AnyTagClassName
{
color: #D30840;
}
</style>
background-color css
<style>
a { background-color: #D30840; }
a { background-color: rgb(211,8,64); }
div.DivClassName
{
background-color: #D30840;
}
.BgClassName
{
background-color: #D30840;
}
</style>
border-color css
<style>
span { border-color: #D30840; }
span { border-color: rgb(211,8,64); }
td.TdClassName
{
border-color: #D30840;
}
.TagClassName
{
border-color: #D30840;
}
</style>