Shades of Crimson #D9033B
Tints of Crimson #D9033B
RGB
CMYK
RGB Variations
Color information
#D9033B (or 0xD9033B) is known color: Crimson. HEX triplet: D9, 03 and 3B. RGB value is (217,3,59). Sum of RGB (Red+Green+Blue) = 217+3+59=279 (36% of max value = 765). Red value is 217 (85.16% from 255 or 77.78% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 217 - color contains mainly: red. Hex color #D9033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9033B is #26FCC4. Grayscale: #494949. Windows color (decimal): -2555077 or 3867609. OLE color: 3867609.
HSL color Cylindrical-coordinate representation of color #D9033B: hue angle of 344.3º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D9033B is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 59 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.15 |
| HSL | 344.3º | 0.97% | 0.43% | - |
| HSV(B) | 344.3º | 0.99% | 0.85% | - |
| XYZ | 29.44 | 15.13 | 5.51 | - |
| YUV | 73.37 | 119.9 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 59 | 0 | 0.99 | 0.73 | 0.15 | 344.3 | 0.97 | 0.43 |
| Hex | D9 | 3 | 3B | 0 | 63 | 49 | F | 158 | 61 | 2B |
| Octal | 331 | 3 | 73 | 0 | 143 | 111 | 17 | 530 | 141 | 53 |
| Binary | 11011001 | 11 | 111011 | 0 | 1100011 | 1001001 | 1111 | 101011000 | 1100001 | 101011 |
Color Harmonies of #D9033B
Complementary color
Monochromatic Colors of #D9033B
Black with #D9033B
Text Example
Text Example
White with #D9033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9033B; }
p { color: rgb(217,3,59); }
H1.HeaderClassName
{
color: #D9033B;
}
.AnyTagClassName
{
color: #D9033B;
}
</style>
background-color css
<style>
a { background-color: #D9033B; }
a { background-color: rgb(217,3,59); }
div.DivClassName
{
background-color: #D9033B;
}
.BgClassName
{
background-color: #D9033B;
}
</style>
border-color css
<style>
span { border-color: #D9033B; }
span { border-color: rgb(217,3,59); }
td.TdClassName
{
border-color: #D9033B;
}
.TagClassName
{
border-color: #D9033B;
}
</style>