Shades of Crimson #D7033A
Tints of Crimson #D7033A
RGB
CMYK
RGB Variations
Color information
#D7033A (or 0xD7033A) is known color: Crimson. HEX triplet: D7, 03 and 3A. RGB value is (215,3,58). Sum of RGB (Red+Green+Blue) = 215+3+58=276 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.90% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 215 - color contains mainly: red. Hex color #D7033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7033A is #28FCC5. Grayscale: #484848. Windows color (decimal): -2686150 or 3802071. OLE color: 3802071.
HSL color Cylindrical-coordinate representation of color #D7033A: hue angle of 344.43º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7033A is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 58 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.16 |
| HSL | 344.43º | 0.97% | 0.43% | - |
| HSV(B) | 344.43º | 0.99% | 0.84% | - |
| XYZ | 28.82 | 14.82 | 5.34 | - |
| YUV | 72.66 | 119.74 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 58 | 0 | 0.99 | 0.73 | 0.16 | 344.43 | 0.97 | 0.43 |
| Hex | D7 | 3 | 3A | 0 | 63 | 49 | 10 | 158 | 61 | 2B |
| Octal | 327 | 3 | 72 | 0 | 143 | 111 | 20 | 530 | 141 | 53 |
| Binary | 11010111 | 11 | 111010 | 0 | 1100011 | 1001001 | 10000 | 101011000 | 1100001 | 101011 |
Color Harmonies of #D7033A
Complementary color
Monochromatic Colors of #D7033A
Black with #D7033A
Text Example
Text Example
White with #D7033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7033A; }
p { color: rgb(215,3,58); }
H1.HeaderClassName
{
color: #D7033A;
}
.AnyTagClassName
{
color: #D7033A;
}
</style>
background-color css
<style>
a { background-color: #D7033A; }
a { background-color: rgb(215,3,58); }
div.DivClassName
{
background-color: #D7033A;
}
.BgClassName
{
background-color: #D7033A;
}
</style>
border-color css
<style>
span { border-color: #D7033A; }
span { border-color: rgb(215,3,58); }
td.TdClassName
{
border-color: #D7033A;
}
.TagClassName
{
border-color: #D7033A;
}
</style>