Shades of Crimson #D01342
Tints of Crimson #D01342
RGB
CMYK
RGB Variations
Color information
#D01342 (or 0xD01342) is known color: Crimson. HEX triplet: D0, 13 and 42. RGB value is (208,19,66). Sum of RGB (Red+Green+Blue) = 208+19+66=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D01342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01342 is #2FECBD. Grayscale: #505050. Windows color (decimal): -3140798 or 4330448. OLE color: 4330448.
HSL color Cylindrical-coordinate representation of color #D01342: hue angle of 345.08º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01342 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 66 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.18 |
| HSL | 345.08º | 0.83% | 0.45% | - |
| HSV(B) | 345.08º | 0.91% | 0.82% | - |
| XYZ | 27.23 | 14.27 | 6.47 | - |
| YUV | 80.87 | 119.62 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 66 | 0 | 0.91 | 0.68 | 0.18 | 345.08 | 0.83 | 0.45 |
| Hex | D0 | 13 | 42 | 0 | 5B | 44 | 12 | 159 | 53 | 2D |
| Octal | 320 | 23 | 102 | 0 | 133 | 104 | 22 | 531 | 123 | 55 |
| Binary | 11010000 | 10011 | 1000010 | 0 | 1011011 | 1000100 | 10010 | 101011001 | 1010011 | 101101 |
Color Harmonies of #D01342
Complementary color
Monochromatic Colors of #D01342
Black with #D01342
Text Example
Text Example
White with #D01342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01342; }
p { color: rgb(208,19,66); }
H1.HeaderClassName
{
color: #D01342;
}
.AnyTagClassName
{
color: #D01342;
}
</style>
background-color css
<style>
a { background-color: #D01342; }
a { background-color: rgb(208,19,66); }
div.DivClassName
{
background-color: #D01342;
}
.BgClassName
{
background-color: #D01342;
}
</style>
border-color css
<style>
span { border-color: #D01342; }
span { border-color: rgb(208,19,66); }
td.TdClassName
{
border-color: #D01342;
}
.TagClassName
{
border-color: #D01342;
}
</style>