Shades of Crimson #D70243
Tints of Crimson #D70243
RGB
CMYK
RGB Variations
Color information
#D70243 (or 0xD70243) is known color: Crimson. HEX triplet: D7, 02 and 43. RGB value is (215,2,67). Sum of RGB (Red+Green+Blue) = 215+2+67=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D70243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70243 is #28FDBC. Grayscale: #494949. Windows color (decimal): -2686397 or 4391639. OLE color: 4391639.
HSL color Cylindrical-coordinate representation of color #D70243: hue angle of 341.69º 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 #D70243 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.16 |
| HSL | 341.69º | 0.98% | 0.43% | - |
| HSV(B) | 341.69º | 0.99% | 0.84% | - |
| XYZ | 29.06 | 14.9 | 6.65 | - |
| YUV | 73.1 | 124.57 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 67 | 0 | 0.99 | 0.69 | 0.16 | 341.69 | 0.98 | 0.43 |
| Hex | D7 | 2 | 43 | 0 | 63 | 45 | 10 | 156 | 62 | 2B |
| Octal | 327 | 2 | 103 | 0 | 143 | 105 | 20 | 526 | 142 | 53 |
| Binary | 11010111 | 10 | 1000011 | 0 | 1100011 | 1000101 | 10000 | 101010110 | 1100010 | 101011 |
Color Harmonies of #D70243
Complementary color
Monochromatic Colors of #D70243
Black with #D70243
Text Example
Text Example
White with #D70243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70243; }
p { color: rgb(215,2,67); }
H1.HeaderClassName
{
color: #D70243;
}
.AnyTagClassName
{
color: #D70243;
}
</style>
background-color css
<style>
a { background-color: #D70243; }
a { background-color: rgb(215,2,67); }
div.DivClassName
{
background-color: #D70243;
}
.BgClassName
{
background-color: #D70243;
}
</style>
border-color css
<style>
span { border-color: #D70243; }
span { border-color: rgb(215,2,67); }
td.TdClassName
{
border-color: #D70243;
}
.TagClassName
{
border-color: #D70243;
}
</style>