Shades of Crimson #D00A3A
Tints of Crimson #D00A3A
RGB
CMYK
RGB Variations
Color information
#D00A3A (or 0xD00A3A) is known color: Crimson. HEX triplet: D0, 0A and 3A. RGB value is (208,10,58). Sum of RGB (Red+Green+Blue) = 208+10+58=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00A3A is #2FF5C5. Grayscale: #4A4A4A. Windows color (decimal): -3143110 or 3803856. OLE color: 3803856.
HSL color Cylindrical-coordinate representation of color #D00A3A: hue angle of 345.45º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00A3A is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 58 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.18 |
| HSL | 345.45º | 0.91% | 0.43% | - |
| HSV(B) | 345.45º | 0.95% | 0.82% | - |
| XYZ | 26.88 | 13.93 | 5.28 | - |
| YUV | 74.67 | 118.6 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 58 | 0 | 0.95 | 0.72 | 0.18 | 345.45 | 0.91 | 0.43 |
| Hex | D0 | A | 3A | 0 | 5F | 48 | 12 | 159 | 5B | 2B |
| Octal | 320 | 12 | 72 | 0 | 137 | 110 | 22 | 531 | 133 | 53 |
| Binary | 11010000 | 1010 | 111010 | 0 | 1011111 | 1001000 | 10010 | 101011001 | 1011011 | 101011 |
Color Harmonies of #D00A3A
Complementary color
Monochromatic Colors of #D00A3A
Black with #D00A3A
Text Example
Text Example
White with #D00A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A3A; }
p { color: rgb(208,10,58); }
H1.HeaderClassName
{
color: #D00A3A;
}
.AnyTagClassName
{
color: #D00A3A;
}
</style>
background-color css
<style>
a { background-color: #D00A3A; }
a { background-color: rgb(208,10,58); }
div.DivClassName
{
background-color: #D00A3A;
}
.BgClassName
{
background-color: #D00A3A;
}
</style>
border-color css
<style>
span { border-color: #D00A3A; }
span { border-color: rgb(208,10,58); }
td.TdClassName
{
border-color: #D00A3A;
}
.TagClassName
{
border-color: #D00A3A;
}
</style>