Shades of Crimson #D70330
Tints of Crimson #D70330
RGB
CMYK
RGB Variations
Color information
#D70330 (or 0xD70330) is known color: Crimson. HEX triplet: D7, 03 and 30. RGB value is (215,3,48). Sum of RGB (Red+Green+Blue) = 215+3+48=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D70330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70330 is #28FCCF. Grayscale: #474747. Windows color (decimal): -2686160 or 3146711. OLE color: 3146711.
HSL color Cylindrical-coordinate representation of color #D70330: hue angle of 347.26º 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 #D70330 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 48 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.16 |
| HSL | 347.26º | 0.97% | 0.43% | - |
| HSV(B) | 347.26º | 0.99% | 0.84% | - |
| XYZ | 28.59 | 14.73 | 4.13 | - |
| YUV | 71.52 | 114.74 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 48 | 0 | 0.99 | 0.78 | 0.16 | 347.26 | 0.97 | 0.43 |
| Hex | D7 | 3 | 30 | 0 | 63 | 4E | 10 | 15B | 61 | 2B |
| Octal | 327 | 3 | 60 | 0 | 143 | 116 | 20 | 533 | 141 | 53 |
| Binary | 11010111 | 11 | 110000 | 0 | 1100011 | 1001110 | 10000 | 101011011 | 1100001 | 101011 |
Color Harmonies of #D70330
Complementary color
Monochromatic Colors of #D70330
Black with #D70330
Text Example
Text Example
White with #D70330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70330; }
p { color: rgb(215,3,48); }
H1.HeaderClassName
{
color: #D70330;
}
.AnyTagClassName
{
color: #D70330;
}
</style>
background-color css
<style>
a { background-color: #D70330; }
a { background-color: rgb(215,3,48); }
div.DivClassName
{
background-color: #D70330;
}
.BgClassName
{
background-color: #D70330;
}
</style>
border-color css
<style>
span { border-color: #D70330; }
span { border-color: rgb(215,3,48); }
td.TdClassName
{
border-color: #D70330;
}
.TagClassName
{
border-color: #D70330;
}
</style>