Shades of Crimson #D4154B
Tints of Crimson #D4154B
RGB
CMYK
RGB Variations
Color information
#D4154B (or 0xD4154B) is known color: Crimson. HEX triplet: D4, 15 and 4B. RGB value is (212,21,75). Sum of RGB (Red+Green+Blue) = 212+21+75=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D4154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4154B is #2BEAB4. Grayscale: #545454. Windows color (decimal): -2878133 or 4920788. OLE color: 4920788.
HSL color Cylindrical-coordinate representation of color #D4154B: hue angle of 343.04º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4154B is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 21 | 75 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.17 |
| HSL | 343.04º | 0.82% | 0.46% | - |
| HSV(B) | 343.04º | 0.9% | 0.83% | - |
| XYZ | 28.69 | 15.04 | 8.05 | - |
| YUV | 84.27 | 122.78 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 21 | 75 | 0 | 0.90 | 0.65 | 0.17 | 343.04 | 0.82 | 0.46 |
| Hex | D4 | 15 | 4B | 0 | 5A | 41 | 11 | 157 | 52 | 2E |
| Octal | 324 | 25 | 113 | 0 | 132 | 101 | 21 | 527 | 122 | 56 |
| Binary | 11010100 | 10101 | 1001011 | 0 | 1011010 | 1000001 | 10001 | 101010111 | 1010010 | 101110 |
Color Harmonies of #D4154B
Complementary color
Monochromatic Colors of #D4154B
Black with #D4154B
Text Example
Text Example
White with #D4154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4154B; }
p { color: rgb(212,21,75); }
H1.HeaderClassName
{
color: #D4154B;
}
.AnyTagClassName
{
color: #D4154B;
}
</style>
background-color css
<style>
a { background-color: #D4154B; }
a { background-color: rgb(212,21,75); }
div.DivClassName
{
background-color: #D4154B;
}
.BgClassName
{
background-color: #D4154B;
}
</style>
border-color css
<style>
span { border-color: #D4154B; }
span { border-color: rgb(212,21,75); }
td.TdClassName
{
border-color: #D4154B;
}
.TagClassName
{
border-color: #D4154B;
}
</style>