Shades of Crimson #D6033B
Tints of Crimson #D6033B
RGB
CMYK
RGB Variations
Color information
#D6033B (or 0xD6033B) is known color: Crimson. HEX triplet: D6, 03 and 3B. RGB value is (214,3,59). Sum of RGB (Red+Green+Blue) = 214+3+59=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D6033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6033B is #29FCC4. Grayscale: #484848. Windows color (decimal): -2751685 or 3867606. OLE color: 3867606.
HSL color Cylindrical-coordinate representation of color #D6033B: hue angle of 344.08º 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 #D6033B is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 59 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.16 |
| HSL | 344.08º | 0.97% | 0.43% | - |
| HSV(B) | 344.08º | 0.99% | 0.84% | - |
| XYZ | 28.55 | 14.68 | 5.47 | - |
| YUV | 72.47 | 120.4 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 59 | 0 | 0.99 | 0.72 | 0.16 | 344.08 | 0.97 | 0.43 |
| Hex | D6 | 3 | 3B | 0 | 63 | 48 | 10 | 158 | 61 | 2B |
| Octal | 326 | 3 | 73 | 0 | 143 | 110 | 20 | 530 | 141 | 53 |
| Binary | 11010110 | 11 | 111011 | 0 | 1100011 | 1001000 | 10000 | 101011000 | 1100001 | 101011 |
Color Harmonies of #D6033B
Complementary color
Monochromatic Colors of #D6033B
Black with #D6033B
Text Example
Text Example
White with #D6033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6033B; }
p { color: rgb(214,3,59); }
H1.HeaderClassName
{
color: #D6033B;
}
.AnyTagClassName
{
color: #D6033B;
}
</style>
background-color css
<style>
a { background-color: #D6033B; }
a { background-color: rgb(214,3,59); }
div.DivClassName
{
background-color: #D6033B;
}
.BgClassName
{
background-color: #D6033B;
}
</style>
border-color css
<style>
span { border-color: #D6033B; }
span { border-color: rgb(214,3,59); }
td.TdClassName
{
border-color: #D6033B;
}
.TagClassName
{
border-color: #D6033B;
}
</style>