Shades of Crimson #D7023A
Tints of Crimson #D7023A
RGB
CMYK
RGB Variations
Color information
#D7023A (or 0xD7023A) is known color: Crimson. HEX triplet: D7, 02 and 3A. RGB value is (215,2,58). Sum of RGB (Red+Green+Blue) = 215+2+58=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D7023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7023A is #28FDC5. Grayscale: #484848. Windows color (decimal): -2686406 or 3801815. OLE color: 3801815.
HSL color Cylindrical-coordinate representation of color #D7023A: hue angle of 344.23º degrees, saturation: 0.98, 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 #D7023A is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.16 |
| HSL | 344.23º | 0.98% | 0.43% | - |
| HSV(B) | 344.23º | 0.99% | 0.84% | - |
| XYZ | 28.81 | 14.8 | 5.34 | - |
| YUV | 72.07 | 120.07 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 58 | 0 | 0.99 | 0.73 | 0.16 | 344.23 | 0.98 | 0.43 |
| Hex | D7 | 2 | 3A | 0 | 63 | 49 | 10 | 158 | 62 | 2B |
| Octal | 327 | 2 | 72 | 0 | 143 | 111 | 20 | 530 | 142 | 53 |
| Binary | 11010111 | 10 | 111010 | 0 | 1100011 | 1001001 | 10000 | 101011000 | 1100010 | 101011 |
Color Harmonies of #D7023A
Complementary color
Monochromatic Colors of #D7023A
Black with #D7023A
Text Example
Text Example
White with #D7023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7023A; }
p { color: rgb(215,2,58); }
H1.HeaderClassName
{
color: #D7023A;
}
.AnyTagClassName
{
color: #D7023A;
}
</style>
background-color css
<style>
a { background-color: #D7023A; }
a { background-color: rgb(215,2,58); }
div.DivClassName
{
background-color: #D7023A;
}
.BgClassName
{
background-color: #D7023A;
}
</style>
border-color css
<style>
span { border-color: #D7023A; }
span { border-color: rgb(215,2,58); }
td.TdClassName
{
border-color: #D7023A;
}
.TagClassName
{
border-color: #D7023A;
}
</style>