Shades of Crimson #D70030
Tints of Crimson #D70030
RGB
CMYK
RGB Variations
Color information
#D70030 (or 0xD70030) is known color: Crimson. HEX triplet: D7, 00 and 30. RGB value is (215,0,48). Sum of RGB (Red+Green+Blue) = 215+0+48=263 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.75% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 215 - color contains mainly: red. Hex color #D70030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70030 is #28FFCF. Grayscale: #454545. Windows color (decimal): -2686928 or 3145943. OLE color: 3145943.
HSL color Cylindrical-coordinate representation of color #D70030: hue angle of 346.6º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70030 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.78 | 0.16 |
| HSL | 346.6º | 1% | 0.42% | - |
| HSV(B) | 346.6º | 1% | 0.84% | - |
| XYZ | 28.56 | 14.66 | 4.12 | - |
| YUV | 69.76 | 115.73 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 48 | 0 | 1 | 0.78 | 0.16 | 346.6 | 1 | 0.42 |
| Hex | D7 | 0 | 30 | 0 | 64 | 4E | 10 | 15B | 64 | 2A |
| Octal | 327 | 0 | 60 | 0 | 144 | 116 | 20 | 533 | 144 | 52 |
| Binary | 11010111 | 0 | 110000 | 0 | 1100100 | 1001110 | 10000 | 101011011 | 1100100 | 101010 |
Color Harmonies of #D70030
Complementary color
Monochromatic Colors of #D70030
Black with #D70030
Text Example
Text Example
White with #D70030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70030; }
p { color: rgb(215,0,48); }
H1.HeaderClassName
{
color: #D70030;
}
.AnyTagClassName
{
color: #D70030;
}
</style>
background-color css
<style>
a { background-color: #D70030; }
a { background-color: rgb(215,0,48); }
div.DivClassName
{
background-color: #D70030;
}
.BgClassName
{
background-color: #D70030;
}
</style>
border-color css
<style>
span { border-color: #D70030; }
span { border-color: rgb(215,0,48); }
td.TdClassName
{
border-color: #D70030;
}
.TagClassName
{
border-color: #D70030;
}
</style>