Shades of Crimson #D01432
Tints of Crimson #D01432
RGB
CMYK
RGB Variations
Color information
#D01432 (or 0xD01432) is known color: Crimson. HEX triplet: D0, 14 and 32. RGB value is (208,20,50). Sum of RGB (Red+Green+Blue) = 208+20+50=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D01432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01432 is #2FEBCD. Grayscale: #4F4F4F. Windows color (decimal): -3140558 or 3282128. OLE color: 3282128.
HSL color Cylindrical-coordinate representation of color #D01432: hue angle of 350.43º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01432 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 20 | 50 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.18 |
| HSL | 350.43º | 0.82% | 0.45% | - |
| HSV(B) | 350.43º | 0.9% | 0.82% | - |
| XYZ | 26.84 | 14.14 | 4.33 | - |
| YUV | 79.63 | 111.28 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 20 | 50 | 0 | 0.90 | 0.76 | 0.18 | 350.43 | 0.82 | 0.45 |
| Hex | D0 | 14 | 32 | 0 | 5A | 4C | 12 | 15E | 52 | 2D |
| Octal | 320 | 24 | 62 | 0 | 132 | 114 | 22 | 536 | 122 | 55 |
| Binary | 11010000 | 10100 | 110010 | 0 | 1011010 | 1001100 | 10010 | 101011110 | 1010010 | 101101 |
Color Harmonies of #D01432
Complementary color
Monochromatic Colors of #D01432
Black with #D01432
Text Example
Text Example
White with #D01432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01432; }
p { color: rgb(208,20,50); }
H1.HeaderClassName
{
color: #D01432;
}
.AnyTagClassName
{
color: #D01432;
}
</style>
background-color css
<style>
a { background-color: #D01432; }
a { background-color: rgb(208,20,50); }
div.DivClassName
{
background-color: #D01432;
}
.BgClassName
{
background-color: #D01432;
}
</style>
border-color css
<style>
span { border-color: #D01432; }
span { border-color: rgb(208,20,50); }
td.TdClassName
{
border-color: #D01432;
}
.TagClassName
{
border-color: #D01432;
}
</style>