Shades of Crimson #D6062D
Tints of Crimson #D6062D
RGB
CMYK
RGB Variations
Color information
#D6062D (or 0xD6062D) is known color: Crimson. HEX triplet: D6, 06 and 2D. RGB value is (214,6,45). Sum of RGB (Red+Green+Blue) = 214+6+45=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D6062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6062D is #29F9D2. Grayscale: #484848. Windows color (decimal): -2750931 or 2950870. OLE color: 2950870.
HSL color Cylindrical-coordinate representation of color #D6062D: hue angle of 348.75º degrees, saturation: 0.95, 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 #D6062D is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.16 |
| HSL | 348.75º | 0.95% | 0.43% | - |
| HSV(B) | 348.75º | 0.97% | 0.84% | - |
| XYZ | 28.27 | 14.62 | 3.81 | - |
| YUV | 72.64 | 112.41 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 45 | 0 | 0.97 | 0.79 | 0.16 | 348.75 | 0.95 | 0.43 |
| Hex | D6 | 6 | 2D | 0 | 61 | 4F | 10 | 15D | 5F | 2B |
| Octal | 326 | 6 | 55 | 0 | 141 | 117 | 20 | 535 | 137 | 53 |
| Binary | 11010110 | 110 | 101101 | 0 | 1100001 | 1001111 | 10000 | 101011101 | 1011111 | 101011 |
Color Harmonies of #D6062D
Complementary color
Monochromatic Colors of #D6062D
Black with #D6062D
Text Example
Text Example
White with #D6062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6062D; }
p { color: rgb(214,6,45); }
H1.HeaderClassName
{
color: #D6062D;
}
.AnyTagClassName
{
color: #D6062D;
}
</style>
background-color css
<style>
a { background-color: #D6062D; }
a { background-color: rgb(214,6,45); }
div.DivClassName
{
background-color: #D6062D;
}
.BgClassName
{
background-color: #D6062D;
}
</style>
border-color css
<style>
span { border-color: #D6062D; }
span { border-color: rgb(214,6,45); }
td.TdClassName
{
border-color: #D6062D;
}
.TagClassName
{
border-color: #D6062D;
}
</style>