Shades of Crimson #D6154B
Tints of Crimson #D6154B
RGB
CMYK
RGB Variations
Color information
#D6154B (or 0xD6154B) is known color: Crimson. HEX triplet: D6, 15 and 4B. RGB value is (214,21,75). Sum of RGB (Red+Green+Blue) = 214+21+75=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D6154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6154B is #29EAB4. Grayscale: #545454. Windows color (decimal): -2747061 or 4920790. OLE color: 4920790.
HSL color Cylindrical-coordinate representation of color #D6154B: hue angle of 343.21º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6154B is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 75 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.16 |
| HSL | 343.21º | 0.82% | 0.46% | - |
| HSV(B) | 343.21º | 0.9% | 0.84% | - |
| XYZ | 29.27 | 15.34 | 8.07 | - |
| YUV | 84.86 | 122.44 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 75 | 0 | 0.90 | 0.65 | 0.16 | 343.21 | 0.82 | 0.46 |
| Hex | D6 | 15 | 4B | 0 | 5A | 41 | 10 | 157 | 52 | 2E |
| Octal | 326 | 25 | 113 | 0 | 132 | 101 | 20 | 527 | 122 | 56 |
| Binary | 11010110 | 10101 | 1001011 | 0 | 1011010 | 1000001 | 10000 | 101010111 | 1010010 | 101110 |
Color Harmonies of #D6154B
Complementary color
Monochromatic Colors of #D6154B
Black with #D6154B
Text Example
Text Example
White with #D6154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6154B; }
p { color: rgb(214,21,75); }
H1.HeaderClassName
{
color: #D6154B;
}
.AnyTagClassName
{
color: #D6154B;
}
</style>
background-color css
<style>
a { background-color: #D6154B; }
a { background-color: rgb(214,21,75); }
div.DivClassName
{
background-color: #D6154B;
}
.BgClassName
{
background-color: #D6154B;
}
</style>
border-color css
<style>
span { border-color: #D6154B; }
span { border-color: rgb(214,21,75); }
td.TdClassName
{
border-color: #D6154B;
}
.TagClassName
{
border-color: #D6154B;
}
</style>