Shades of Crimson #D0033A
Tints of Crimson #D0033A
RGB
CMYK
RGB Variations
Color information
#D0033A (or 0xD0033A) is known color: Crimson. HEX triplet: D0, 03 and 3A. RGB value is (208,3,58). Sum of RGB (Red+Green+Blue) = 208+3+58=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D0033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0033A is #2FFCC5. Grayscale: #464646. Windows color (decimal): -3144902 or 3802064. OLE color: 3802064.
HSL color Cylindrical-coordinate representation of color #D0033A: hue angle of 343.9º 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 #D0033A is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 58 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.18 |
| HSL | 343.9º | 0.97% | 0.41% | - |
| HSV(B) | 343.9º | 0.99% | 0.82% | - |
| XYZ | 26.81 | 13.78 | 5.25 | - |
| YUV | 70.57 | 120.92 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 58 | 0 | 0.99 | 0.72 | 0.18 | 343.9 | 0.97 | 0.41 |
| Hex | D0 | 3 | 3A | 0 | 63 | 48 | 12 | 158 | 61 | 29 |
| Octal | 320 | 3 | 72 | 0 | 143 | 110 | 22 | 530 | 141 | 51 |
| Binary | 11010000 | 11 | 111010 | 0 | 1100011 | 1001000 | 10010 | 101011000 | 1100001 | 101001 |
Color Harmonies of #D0033A
Complementary color
Monochromatic Colors of #D0033A
Black with #D0033A
Text Example
Text Example
White with #D0033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0033A; }
p { color: rgb(208,3,58); }
H1.HeaderClassName
{
color: #D0033A;
}
.AnyTagClassName
{
color: #D0033A;
}
</style>
background-color css
<style>
a { background-color: #D0033A; }
a { background-color: rgb(208,3,58); }
div.DivClassName
{
background-color: #D0033A;
}
.BgClassName
{
background-color: #D0033A;
}
</style>
border-color css
<style>
span { border-color: #D0033A; }
span { border-color: rgb(208,3,58); }
td.TdClassName
{
border-color: #D0033A;
}
.TagClassName
{
border-color: #D0033A;
}
</style>