Shades of Crimson #D60330
Tints of Crimson #D60330
RGB
CMYK
RGB Variations
Color information
#D60330 (or 0xD60330) is known color: Crimson. HEX triplet: D6, 03 and 30. RGB value is (214,3,48). Sum of RGB (Red+Green+Blue) = 214+3+48=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D60330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60330 is #29FCCF. Grayscale: #474747. Windows color (decimal): -2751696 or 3146710. OLE color: 3146710.
HSL color Cylindrical-coordinate representation of color #D60330: hue angle of 347.2º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60330 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 48 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.16 |
| HSL | 347.2º | 0.97% | 0.43% | - |
| HSV(B) | 347.2º | 0.99% | 0.84% | - |
| XYZ | 28.3 | 14.57 | 4.12 | - |
| YUV | 71.22 | 114.9 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 48 | 0 | 0.99 | 0.78 | 0.16 | 347.2 | 0.97 | 0.43 |
| Hex | D6 | 3 | 30 | 0 | 63 | 4E | 10 | 15B | 61 | 2B |
| Octal | 326 | 3 | 60 | 0 | 143 | 116 | 20 | 533 | 141 | 53 |
| Binary | 11010110 | 11 | 110000 | 0 | 1100011 | 1001110 | 10000 | 101011011 | 1100001 | 101011 |
Color Harmonies of #D60330
Complementary color
Monochromatic Colors of #D60330
Black with #D60330
Text Example
Text Example
White with #D60330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60330; }
p { color: rgb(214,3,48); }
H1.HeaderClassName
{
color: #D60330;
}
.AnyTagClassName
{
color: #D60330;
}
</style>
background-color css
<style>
a { background-color: #D60330; }
a { background-color: rgb(214,3,48); }
div.DivClassName
{
background-color: #D60330;
}
.BgClassName
{
background-color: #D60330;
}
</style>
border-color css
<style>
span { border-color: #D60330; }
span { border-color: rgb(214,3,48); }
td.TdClassName
{
border-color: #D60330;
}
.TagClassName
{
border-color: #D60330;
}
</style>