Shades of Crimson #D5144B
Tints of Crimson #D5144B
RGB
CMYK
RGB Variations
Color information
#D5144B (or 0xD5144B) is known color: Crimson. HEX triplet: D5, 14 and 4B. RGB value is (213,20,75). Sum of RGB (Red+Green+Blue) = 213+20+75=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5144B is #2AEBB4. Grayscale: #535353. Windows color (decimal): -2812853 or 4920533. OLE color: 4920533.
HSL color Cylindrical-coordinate representation of color #D5144B: hue angle of 342.9º 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 #D5144B is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 75 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.16 |
| HSL | 342.9º | 0.83% | 0.46% | - |
| HSV(B) | 342.9º | 0.91% | 0.84% | - |
| XYZ | 28.96 | 15.15 | 8.06 | - |
| YUV | 83.98 | 122.94 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 75 | 0 | 0.91 | 0.65 | 0.16 | 342.9 | 0.83 | 0.46 |
| Hex | D5 | 14 | 4B | 0 | 5B | 41 | 10 | 157 | 53 | 2E |
| Octal | 325 | 24 | 113 | 0 | 133 | 101 | 20 | 527 | 123 | 56 |
| Binary | 11010101 | 10100 | 1001011 | 0 | 1011011 | 1000001 | 10000 | 101010111 | 1010011 | 101110 |
Color Harmonies of #D5144B
Complementary color
Monochromatic Colors of #D5144B
Black with #D5144B
Text Example
Text Example
White with #D5144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5144B; }
p { color: rgb(213,20,75); }
H1.HeaderClassName
{
color: #D5144B;
}
.AnyTagClassName
{
color: #D5144B;
}
</style>
background-color css
<style>
a { background-color: #D5144B; }
a { background-color: rgb(213,20,75); }
div.DivClassName
{
background-color: #D5144B;
}
.BgClassName
{
background-color: #D5144B;
}
</style>
border-color css
<style>
span { border-color: #D5144B; }
span { border-color: rgb(213,20,75); }
td.TdClassName
{
border-color: #D5144B;
}
.TagClassName
{
border-color: #D5144B;
}
</style>