Shades of Crimson #D00A36
Tints of Crimson #D00A36
RGB
CMYK
RGB Variations
Color information
#D00A36 (or 0xD00A36) is known color: Crimson. HEX triplet: D0, 0A and 36. RGB value is (208,10,54). Sum of RGB (Red+Green+Blue) = 208+10+54=272 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.47% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00A36 is #2FF5C9. Grayscale: #4A4A4A. Windows color (decimal): -3143114 or 3541712. OLE color: 3541712.
HSL color Cylindrical-coordinate representation of color #D00A36: hue angle of 346.67º 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 #D00A36 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 54 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.18 |
| HSL | 346.67º | 0.91% | 0.43% | - |
| HSV(B) | 346.67º | 0.95% | 0.82% | - |
| XYZ | 26.79 | 13.89 | 4.76 | - |
| YUV | 74.22 | 116.6 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 54 | 0 | 0.95 | 0.74 | 0.18 | 346.67 | 0.91 | 0.43 |
| Hex | D0 | A | 36 | 0 | 5F | 4A | 12 | 15B | 5B | 2B |
| Octal | 320 | 12 | 66 | 0 | 137 | 112 | 22 | 533 | 133 | 53 |
| Binary | 11010000 | 1010 | 110110 | 0 | 1011111 | 1001010 | 10010 | 101011011 | 1011011 | 101011 |
Color Harmonies of #D00A36
Complementary color
Monochromatic Colors of #D00A36
Black with #D00A36
Text Example
Text Example
White with #D00A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00A36; }
p { color: rgb(208,10,54); }
H1.HeaderClassName
{
color: #D00A36;
}
.AnyTagClassName
{
color: #D00A36;
}
</style>
background-color css
<style>
a { background-color: #D00A36; }
a { background-color: rgb(208,10,54); }
div.DivClassName
{
background-color: #D00A36;
}
.BgClassName
{
background-color: #D00A36;
}
</style>
border-color css
<style>
span { border-color: #D00A36; }
span { border-color: rgb(208,10,54); }
td.TdClassName
{
border-color: #D00A36;
}
.TagClassName
{
border-color: #D00A36;
}
</style>