Shades of Crimson #D70238
Tints of Crimson #D70238
RGB
CMYK
RGB Variations
Color information
#D70238 (or 0xD70238) is known color: Crimson. HEX triplet: D7, 02 and 38. RGB value is (215,2,56). Sum of RGB (Red+Green+Blue) = 215+2+56=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D70238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70238 is #28FDC7. Grayscale: #474747. Windows color (decimal): -2686408 or 3670743. OLE color: 3670743.
HSL color Cylindrical-coordinate representation of color #D70238: hue angle of 344.79º 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 #D70238 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.16 |
| HSL | 344.79º | 0.98% | 0.43% | - |
| HSV(B) | 344.79º | 0.99% | 0.84% | - |
| XYZ | 28.76 | 14.78 | 5.08 | - |
| YUV | 71.84 | 119.07 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 56 | 0 | 0.99 | 0.74 | 0.16 | 344.79 | 0.98 | 0.43 |
| Hex | D7 | 2 | 38 | 0 | 63 | 4A | 10 | 159 | 62 | 2B |
| Octal | 327 | 2 | 70 | 0 | 143 | 112 | 20 | 531 | 142 | 53 |
| Binary | 11010111 | 10 | 111000 | 0 | 1100011 | 1001010 | 10000 | 101011001 | 1100010 | 101011 |
Color Harmonies of #D70238
Complementary color
Monochromatic Colors of #D70238
Black with #D70238
Text Example
Text Example
White with #D70238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70238; }
p { color: rgb(215,2,56); }
H1.HeaderClassName
{
color: #D70238;
}
.AnyTagClassName
{
color: #D70238;
}
</style>
background-color css
<style>
a { background-color: #D70238; }
a { background-color: rgb(215,2,56); }
div.DivClassName
{
background-color: #D70238;
}
.BgClassName
{
background-color: #D70238;
}
</style>
border-color css
<style>
span { border-color: #D70238; }
span { border-color: rgb(215,2,56); }
td.TdClassName
{
border-color: #D70238;
}
.TagClassName
{
border-color: #D70238;
}
</style>