Shades of Crimson #D60B30
Tints of Crimson #D60B30
RGB
CMYK
RGB Variations
Color information
#D60B30 (or 0xD60B30) is known color: Crimson. HEX triplet: D6, 0B and 30. RGB value is (214,11,48). Sum of RGB (Red+Green+Blue) = 214+11+48=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B30 is #29F4CF. Grayscale: #4B4B4B. Windows color (decimal): -2749648 or 3148758. OLE color: 3148758.
HSL color Cylindrical-coordinate representation of color #D60B30: hue angle of 349.06º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60B30 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 48 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.16 |
| HSL | 349.06º | 0.9% | 0.44% | - |
| HSV(B) | 349.06º | 0.95% | 0.84% | - |
| XYZ | 28.38 | 14.75 | 4.15 | - |
| YUV | 75.92 | 112.25 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 48 | 0 | 0.95 | 0.78 | 0.16 | 349.06 | 0.9 | 0.44 |
| Hex | D6 | B | 30 | 0 | 5F | 4E | 10 | 15D | 5A | 2C |
| Octal | 326 | 13 | 60 | 0 | 137 | 116 | 20 | 535 | 132 | 54 |
| Binary | 11010110 | 1011 | 110000 | 0 | 1011111 | 1001110 | 10000 | 101011101 | 1011010 | 101100 |
Color Harmonies of #D60B30
Complementary color
Monochromatic Colors of #D60B30
Black with #D60B30
Text Example
Text Example
White with #D60B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B30; }
p { color: rgb(214,11,48); }
H1.HeaderClassName
{
color: #D60B30;
}
.AnyTagClassName
{
color: #D60B30;
}
</style>
background-color css
<style>
a { background-color: #D60B30; }
a { background-color: rgb(214,11,48); }
div.DivClassName
{
background-color: #D60B30;
}
.BgClassName
{
background-color: #D60B30;
}
</style>
border-color css
<style>
span { border-color: #D60B30; }
span { border-color: rgb(214,11,48); }
td.TdClassName
{
border-color: #D60B30;
}
.TagClassName
{
border-color: #D60B30;
}
</style>