Shades of Crimson #D01234
Tints of Crimson #D01234
RGB
CMYK
RGB Variations
Color information
#D01234 (or 0xD01234) is known color: Crimson. HEX triplet: D0, 12 and 34. RGB value is (208,18,52). Sum of RGB (Red+Green+Blue) = 208+18+52=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D01234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01234 is #2FEDCB. Grayscale: #4E4E4E. Windows color (decimal): -3141068 or 3412688. OLE color: 3412688.
HSL color Cylindrical-coordinate representation of color #D01234: hue angle of 349.26º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01234 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 52 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.18 |
| HSL | 349.26º | 0.84% | 0.44% | - |
| HSV(B) | 349.26º | 0.91% | 0.82% | - |
| XYZ | 26.85 | 14.09 | 4.55 | - |
| YUV | 78.69 | 112.95 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 52 | 0 | 0.91 | 0.75 | 0.18 | 349.26 | 0.84 | 0.44 |
| Hex | D0 | 12 | 34 | 0 | 5B | 4B | 12 | 15D | 54 | 2C |
| Octal | 320 | 22 | 64 | 0 | 133 | 113 | 22 | 535 | 124 | 54 |
| Binary | 11010000 | 10010 | 110100 | 0 | 1011011 | 1001011 | 10010 | 101011101 | 1010100 | 101100 |
Color Harmonies of #D01234
Complementary color
Monochromatic Colors of #D01234
Black with #D01234
Text Example
Text Example
White with #D01234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01234; }
p { color: rgb(208,18,52); }
H1.HeaderClassName
{
color: #D01234;
}
.AnyTagClassName
{
color: #D01234;
}
</style>
background-color css
<style>
a { background-color: #D01234; }
a { background-color: rgb(208,18,52); }
div.DivClassName
{
background-color: #D01234;
}
.BgClassName
{
background-color: #D01234;
}
</style>
border-color css
<style>
span { border-color: #D01234; }
span { border-color: rgb(208,18,52); }
td.TdClassName
{
border-color: #D01234;
}
.TagClassName
{
border-color: #D01234;
}
</style>