Shades of Crimson #D01348
Tints of Crimson #D01348
RGB
CMYK
RGB Variations
Color information
#D01348 (or 0xD01348) is known color: Crimson. HEX triplet: D0, 13 and 48. RGB value is (208,19,72). Sum of RGB (Red+Green+Blue) = 208+19+72=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D01348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01348 is #2FECB7. Grayscale: #515151. Windows color (decimal): -3140792 or 4723664. OLE color: 4723664.
HSL color Cylindrical-coordinate representation of color #D01348: hue angle of 343.17º 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 #D01348 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 72 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.18 |
| HSL | 343.17º | 0.83% | 0.45% | - |
| HSV(B) | 343.17º | 0.91% | 0.82% | - |
| XYZ | 27.42 | 14.34 | 7.45 | - |
| YUV | 81.55 | 122.62 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 72 | 0 | 0.91 | 0.65 | 0.18 | 343.17 | 0.83 | 0.45 |
| Hex | D0 | 13 | 48 | 0 | 5B | 41 | 12 | 157 | 53 | 2D |
| Octal | 320 | 23 | 110 | 0 | 133 | 101 | 22 | 527 | 123 | 55 |
| Binary | 11010000 | 10011 | 1001000 | 0 | 1011011 | 1000001 | 10010 | 101010111 | 1010011 | 101101 |
Color Harmonies of #D01348
Complementary color
Monochromatic Colors of #D01348
Black with #D01348
Text Example
Text Example
White with #D01348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01348; }
p { color: rgb(208,19,72); }
H1.HeaderClassName
{
color: #D01348;
}
.AnyTagClassName
{
color: #D01348;
}
</style>
background-color css
<style>
a { background-color: #D01348; }
a { background-color: rgb(208,19,72); }
div.DivClassName
{
background-color: #D01348;
}
.BgClassName
{
background-color: #D01348;
}
</style>
border-color css
<style>
span { border-color: #D01348; }
span { border-color: rgb(208,19,72); }
td.TdClassName
{
border-color: #D01348;
}
.TagClassName
{
border-color: #D01348;
}
</style>