Shades of Crimson #D60432
Tints of Crimson #D60432
RGB
CMYK
RGB Variations
Color information
#D60432 (or 0xD60432) is known color: Crimson. HEX triplet: D6, 04 and 32. RGB value is (214,4,50). Sum of RGB (Red+Green+Blue) = 214+4+50=268 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.85% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 214 - color contains mainly: red. Hex color #D60432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60432 is #29FBCD. Grayscale: #484848. Windows color (decimal): -2751438 or 3278038. OLE color: 3278038.
HSL color Cylindrical-coordinate representation of color #D60432: hue angle of 346.86º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60432 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 50 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.16 |
| HSL | 346.86º | 0.96% | 0.43% | - |
| HSV(B) | 346.86º | 0.98% | 0.84% | - |
| XYZ | 28.35 | 14.61 | 4.34 | - |
| YUV | 72.03 | 115.57 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 50 | 0 | 0.98 | 0.77 | 0.16 | 346.86 | 0.96 | 0.43 |
| Hex | D6 | 4 | 32 | 0 | 62 | 4D | 10 | 15B | 60 | 2B |
| Octal | 326 | 4 | 62 | 0 | 142 | 115 | 20 | 533 | 140 | 53 |
| Binary | 11010110 | 100 | 110010 | 0 | 1100010 | 1001101 | 10000 | 101011011 | 1100000 | 101011 |
Color Harmonies of #D60432
Complementary color
Monochromatic Colors of #D60432
Black with #D60432
Text Example
Text Example
White with #D60432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60432; }
p { color: rgb(214,4,50); }
H1.HeaderClassName
{
color: #D60432;
}
.AnyTagClassName
{
color: #D60432;
}
</style>
background-color css
<style>
a { background-color: #D60432; }
a { background-color: rgb(214,4,50); }
div.DivClassName
{
background-color: #D60432;
}
.BgClassName
{
background-color: #D60432;
}
</style>
border-color css
<style>
span { border-color: #D60432; }
span { border-color: rgb(214,4,50); }
td.TdClassName
{
border-color: #D60432;
}
.TagClassName
{
border-color: #D60432;
}
</style>