Shades of Crimson #D4144B
Tints of Crimson #D4144B
RGB
CMYK
RGB Variations
Color information
#D4144B (or 0xD4144B) is known color: Crimson. HEX triplet: D4, 14 and 4B. RGB value is (212,20,75). Sum of RGB (Red+Green+Blue) = 212+20+75=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D4144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4144B is #2BEBB4. Grayscale: #535353. Windows color (decimal): -2878389 or 4920532. OLE color: 4920532.
HSL color Cylindrical-coordinate representation of color #D4144B: hue angle of 342.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4144B is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 75 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.17 |
| HSL | 342.81º | 0.83% | 0.45% | - |
| HSV(B) | 342.81º | 0.91% | 0.83% | - |
| XYZ | 28.67 | 15.01 | 8.04 | - |
| YUV | 83.68 | 123.11 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 75 | 0 | 0.91 | 0.65 | 0.17 | 342.81 | 0.83 | 0.45 |
| Hex | D4 | 14 | 4B | 0 | 5B | 41 | 11 | 157 | 53 | 2D |
| Octal | 324 | 24 | 113 | 0 | 133 | 101 | 21 | 527 | 123 | 55 |
| Binary | 11010100 | 10100 | 1001011 | 0 | 1011011 | 1000001 | 10001 | 101010111 | 1010011 | 101101 |
Color Harmonies of #D4144B
Complementary color
Monochromatic Colors of #D4144B
Black with #D4144B
Text Example
Text Example
White with #D4144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4144B; }
p { color: rgb(212,20,75); }
H1.HeaderClassName
{
color: #D4144B;
}
.AnyTagClassName
{
color: #D4144B;
}
</style>
background-color css
<style>
a { background-color: #D4144B; }
a { background-color: rgb(212,20,75); }
div.DivClassName
{
background-color: #D4144B;
}
.BgClassName
{
background-color: #D4144B;
}
</style>
border-color css
<style>
span { border-color: #D4144B; }
span { border-color: rgb(212,20,75); }
td.TdClassName
{
border-color: #D4144B;
}
.TagClassName
{
border-color: #D4144B;
}
</style>