Shades of Crimson #D7032A
Tints of Crimson #D7032A
RGB
CMYK
RGB Variations
Color information
#D7032A (or 0xD7032A) is known color: Crimson. HEX triplet: D7, 03 and 2A. RGB value is (215,3,42). Sum of RGB (Red+Green+Blue) = 215+3+42=260 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.69% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 215 - color contains mainly: red. Hex color #D7032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7032A is #28FCD5. Grayscale: #464646. Windows color (decimal): -2686166 or 2753495. OLE color: 2753495.
HSL color Cylindrical-coordinate representation of color #D7032A: hue angle of 348.96º 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 #D7032A is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 42 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.16 |
| HSL | 348.96º | 0.97% | 0.43% | - |
| HSV(B) | 348.96º | 0.99% | 0.84% | - |
| XYZ | 28.47 | 14.68 | 3.52 | - |
| YUV | 70.83 | 111.74 | 230.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 42 | 0 | 0.99 | 0.80 | 0.16 | 348.96 | 0.97 | 0.43 |
| Hex | D7 | 3 | 2A | 0 | 63 | 50 | 10 | 15D | 61 | 2B |
| Octal | 327 | 3 | 52 | 0 | 143 | 120 | 20 | 535 | 141 | 53 |
| Binary | 11010111 | 11 | 101010 | 0 | 1100011 | 1010000 | 10000 | 101011101 | 1100001 | 101011 |
Color Harmonies of #D7032A
Complementary color
Monochromatic Colors of #D7032A
Black with #D7032A
Text Example
Text Example
White with #D7032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7032A; }
p { color: rgb(215,3,42); }
H1.HeaderClassName
{
color: #D7032A;
}
.AnyTagClassName
{
color: #D7032A;
}
</style>
background-color css
<style>
a { background-color: #D7032A; }
a { background-color: rgb(215,3,42); }
div.DivClassName
{
background-color: #D7032A;
}
.BgClassName
{
background-color: #D7032A;
}
</style>
border-color css
<style>
span { border-color: #D7032A; }
span { border-color: rgb(215,3,42); }
td.TdClassName
{
border-color: #D7032A;
}
.TagClassName
{
border-color: #D7032A;
}
</style>