Shades of Crimson #D6144B
Tints of Crimson #D6144B
RGB
CMYK
RGB Variations
Color information
#D6144B (or 0xD6144B) is known color: Crimson. HEX triplet: D6, 14 and 4B. RGB value is (214,20,75). Sum of RGB (Red+Green+Blue) = 214+20+75=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D6144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6144B is #29EBB4. Grayscale: #545454. Windows color (decimal): -2747317 or 4920534. OLE color: 4920534.
HSL color Cylindrical-coordinate representation of color #D6144B: hue angle of 342.99º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6144B is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 75 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.16 |
| HSL | 342.99º | 0.83% | 0.46% | - |
| HSV(B) | 342.99º | 0.91% | 0.84% | - |
| XYZ | 29.25 | 15.3 | 8.07 | - |
| YUV | 84.28 | 122.77 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 75 | 0 | 0.91 | 0.65 | 0.16 | 342.99 | 0.83 | 0.46 |
| Hex | D6 | 14 | 4B | 0 | 5B | 41 | 10 | 157 | 53 | 2E |
| Octal | 326 | 24 | 113 | 0 | 133 | 101 | 20 | 527 | 123 | 56 |
| Binary | 11010110 | 10100 | 1001011 | 0 | 1011011 | 1000001 | 10000 | 101010111 | 1010011 | 101110 |
Color Harmonies of #D6144B
Complementary color
Monochromatic Colors of #D6144B
Black with #D6144B
Text Example
Text Example
White with #D6144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6144B; }
p { color: rgb(214,20,75); }
H1.HeaderClassName
{
color: #D6144B;
}
.AnyTagClassName
{
color: #D6144B;
}
</style>
background-color css
<style>
a { background-color: #D6144B; }
a { background-color: rgb(214,20,75); }
div.DivClassName
{
background-color: #D6144B;
}
.BgClassName
{
background-color: #D6144B;
}
</style>
border-color css
<style>
span { border-color: #D6144B; }
span { border-color: rgb(214,20,75); }
td.TdClassName
{
border-color: #D6144B;
}
.TagClassName
{
border-color: #D6144B;
}
</style>