Shades of Crimson #D4083C
Tints of Crimson #D4083C
RGB
CMYK
RGB Variations
Color information
#D4083C (or 0xD4083C) is known color: Crimson. HEX triplet: D4, 08 and 3C. RGB value is (212,8,60). Sum of RGB (Red+Green+Blue) = 212+8+60=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D4083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4083C is #2BF7C3. Grayscale: #4A4A4A. Windows color (decimal): -2881476 or 3934420. OLE color: 3934420.
HSL color Cylindrical-coordinate representation of color #D4083C: hue angle of 344.71º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4083C is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 60 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.17 |
| HSL | 344.71º | 0.93% | 0.43% | - |
| HSV(B) | 344.71º | 0.96% | 0.83% | - |
| XYZ | 28.05 | 14.5 | 5.59 | - |
| YUV | 74.92 | 119.59 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 60 | 0 | 0.96 | 0.72 | 0.17 | 344.71 | 0.93 | 0.43 |
| Hex | D4 | 8 | 3C | 0 | 60 | 48 | 11 | 159 | 5D | 2B |
| Octal | 324 | 10 | 74 | 0 | 140 | 110 | 21 | 531 | 135 | 53 |
| Binary | 11010100 | 1000 | 111100 | 0 | 1100000 | 1001000 | 10001 | 101011001 | 1011101 | 101011 |
Color Harmonies of #D4083C
Complementary color
Monochromatic Colors of #D4083C
Black with #D4083C
Text Example
Text Example
White with #D4083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4083C; }
p { color: rgb(212,8,60); }
H1.HeaderClassName
{
color: #D4083C;
}
.AnyTagClassName
{
color: #D4083C;
}
</style>
background-color css
<style>
a { background-color: #D4083C; }
a { background-color: rgb(212,8,60); }
div.DivClassName
{
background-color: #D4083C;
}
.BgClassName
{
background-color: #D4083C;
}
</style>
border-color css
<style>
span { border-color: #D4083C; }
span { border-color: rgb(212,8,60); }
td.TdClassName
{
border-color: #D4083C;
}
.TagClassName
{
border-color: #D4083C;
}
</style>