Shades of Crimson #D70339
Tints of Crimson #D70339
RGB
CMYK
RGB Variations
Color information
#D70339 (or 0xD70339) is known color: Crimson. HEX triplet: D7, 03 and 39. RGB value is (215,3,57). Sum of RGB (Red+Green+Blue) = 215+3+57=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D70339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70339 is #28FCC6. Grayscale: #484848. Windows color (decimal): -2686151 or 3736535. OLE color: 3736535.
HSL color Cylindrical-coordinate representation of color #D70339: hue angle of 344.72º 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 #D70339 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 57 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.16 |
| HSL | 344.72º | 0.97% | 0.43% | - |
| HSV(B) | 344.72º | 0.99% | 0.84% | - |
| XYZ | 28.8 | 14.81 | 5.21 | - |
| YUV | 72.54 | 119.24 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 57 | 0 | 0.99 | 0.73 | 0.16 | 344.72 | 0.97 | 0.43 |
| Hex | D7 | 3 | 39 | 0 | 63 | 49 | 10 | 159 | 61 | 2B |
| Octal | 327 | 3 | 71 | 0 | 143 | 111 | 20 | 531 | 141 | 53 |
| Binary | 11010111 | 11 | 111001 | 0 | 1100011 | 1001001 | 10000 | 101011001 | 1100001 | 101011 |
Color Harmonies of #D70339
Complementary color
Monochromatic Colors of #D70339
Black with #D70339
Text Example
Text Example
White with #D70339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70339; }
p { color: rgb(215,3,57); }
H1.HeaderClassName
{
color: #D70339;
}
.AnyTagClassName
{
color: #D70339;
}
</style>
background-color css
<style>
a { background-color: #D70339; }
a { background-color: rgb(215,3,57); }
div.DivClassName
{
background-color: #D70339;
}
.BgClassName
{
background-color: #D70339;
}
</style>
border-color css
<style>
span { border-color: #D70339; }
span { border-color: rgb(215,3,57); }
td.TdClassName
{
border-color: #D70339;
}
.TagClassName
{
border-color: #D70339;
}
</style>