Shades of Crimson #D60435
Tints of Crimson #D60435
RGB
CMYK
RGB Variations
Color information
#D60435 (or 0xD60435) is known color: Crimson. HEX triplet: D6, 04 and 35. RGB value is (214,4,53). Sum of RGB (Red+Green+Blue) = 214+4+53=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D60435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60435 is #29FBCA. Grayscale: #484848. Windows color (decimal): -2751435 or 3474646. OLE color: 3474646.
HSL color Cylindrical-coordinate representation of color #D60435: hue angle of 346º 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 #D60435 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 53 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.16 |
| HSL | 346º | 0.96% | 0.43% | - |
| HSV(B) | 346º | 0.98% | 0.84% | - |
| XYZ | 28.42 | 14.64 | 4.7 | - |
| YUV | 72.38 | 117.07 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 53 | 0 | 0.98 | 0.75 | 0.16 | 346 | 0.96 | 0.43 |
| Hex | D6 | 4 | 35 | 0 | 62 | 4B | 10 | 15A | 60 | 2B |
| Octal | 326 | 4 | 65 | 0 | 142 | 113 | 20 | 532 | 140 | 53 |
| Binary | 11010110 | 100 | 110101 | 0 | 1100010 | 1001011 | 10000 | 101011010 | 1100000 | 101011 |
Color Harmonies of #D60435
Complementary color
Monochromatic Colors of #D60435
Black with #D60435
Text Example
Text Example
White with #D60435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60435; }
p { color: rgb(214,4,53); }
H1.HeaderClassName
{
color: #D60435;
}
.AnyTagClassName
{
color: #D60435;
}
</style>
background-color css
<style>
a { background-color: #D60435; }
a { background-color: rgb(214,4,53); }
div.DivClassName
{
background-color: #D60435;
}
.BgClassName
{
background-color: #D60435;
}
</style>
border-color css
<style>
span { border-color: #D60435; }
span { border-color: rgb(214,4,53); }
td.TdClassName
{
border-color: #D60435;
}
.TagClassName
{
border-color: #D60435;
}
</style>