Shades of Crimson #D00340
Tints of Crimson #D00340
RGB
CMYK
RGB Variations
Color information
#D00340 (or 0xD00340) is known color: Crimson. HEX triplet: D0, 03 and 40. RGB value is (208,3,64). Sum of RGB (Red+Green+Blue) = 208+3+64=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D00340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00340 is #2FFCBF. Grayscale: #474747. Windows color (decimal): -3144896 or 4195280. OLE color: 4195280.
HSL color Cylindrical-coordinate representation of color #D00340: hue angle of 342.15º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00340 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 64 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.18 |
| HSL | 342.15º | 0.97% | 0.41% | - |
| HSV(B) | 342.15º | 0.99% | 0.82% | - |
| XYZ | 26.97 | 13.85 | 6.1 | - |
| YUV | 71.25 | 123.92 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 64 | 0 | 0.99 | 0.69 | 0.18 | 342.15 | 0.97 | 0.41 |
| Hex | D0 | 3 | 40 | 0 | 63 | 45 | 12 | 156 | 61 | 29 |
| Octal | 320 | 3 | 100 | 0 | 143 | 105 | 22 | 526 | 141 | 51 |
| Binary | 11010000 | 11 | 1000000 | 0 | 1100011 | 1000101 | 10010 | 101010110 | 1100001 | 101001 |
Color Harmonies of #D00340
Complementary color
Monochromatic Colors of #D00340
Black with #D00340
Text Example
Text Example
White with #D00340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00340; }
p { color: rgb(208,3,64); }
H1.HeaderClassName
{
color: #D00340;
}
.AnyTagClassName
{
color: #D00340;
}
</style>
background-color css
<style>
a { background-color: #D00340; }
a { background-color: rgb(208,3,64); }
div.DivClassName
{
background-color: #D00340;
}
.BgClassName
{
background-color: #D00340;
}
</style>
border-color css
<style>
span { border-color: #D00340; }
span { border-color: rgb(208,3,64); }
td.TdClassName
{
border-color: #D00340;
}
.TagClassName
{
border-color: #D00340;
}
</style>