Shades of Crimson #D60733
Tints of Crimson #D60733
RGB
CMYK
RGB Variations
Color information
#D60733 (or 0xD60733) is known color: Crimson. HEX triplet: D6, 07 and 33. RGB value is (214,7,51). Sum of RGB (Red+Green+Blue) = 214+7+51=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D60733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60733 is #29F8CC. Grayscale: #494949. Windows color (decimal): -2750669 or 3344342. OLE color: 3344342.
HSL color Cylindrical-coordinate representation of color #D60733: hue angle of 347.25º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D60733 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 51 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.16 |
| HSL | 347.25º | 0.94% | 0.43% | - |
| HSV(B) | 347.25º | 0.97% | 0.84% | - |
| XYZ | 28.41 | 14.69 | 4.47 | - |
| YUV | 73.91 | 115.08 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 51 | 0 | 0.97 | 0.76 | 0.16 | 347.25 | 0.94 | 0.43 |
| Hex | D6 | 7 | 33 | 0 | 61 | 4C | 10 | 15B | 5E | 2B |
| Octal | 326 | 7 | 63 | 0 | 141 | 114 | 20 | 533 | 136 | 53 |
| Binary | 11010110 | 111 | 110011 | 0 | 1100001 | 1001100 | 10000 | 101011011 | 1011110 | 101011 |
Color Harmonies of #D60733
Complementary color
Monochromatic Colors of #D60733
Black with #D60733
Text Example
Text Example
White with #D60733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60733; }
p { color: rgb(214,7,51); }
H1.HeaderClassName
{
color: #D60733;
}
.AnyTagClassName
{
color: #D60733;
}
</style>
background-color css
<style>
a { background-color: #D60733; }
a { background-color: rgb(214,7,51); }
div.DivClassName
{
background-color: #D60733;
}
.BgClassName
{
background-color: #D60733;
}
</style>
border-color css
<style>
span { border-color: #D60733; }
span { border-color: rgb(214,7,51); }
td.TdClassName
{
border-color: #D60733;
}
.TagClassName
{
border-color: #D60733;
}
</style>