Shades of Crimson #D4093C
Tints of Crimson #D4093C
RGB
CMYK
RGB Variations
Color information
#D4093C (or 0xD4093C) is known color: Crimson. HEX triplet: D4, 09 and 3C. RGB value is (212,9,60). Sum of RGB (Red+Green+Blue) = 212+9+60=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D4093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4093C is #2BF6C3. Grayscale: #4B4B4B. Windows color (decimal): -2881220 or 3934676. OLE color: 3934676.
HSL color Cylindrical-coordinate representation of color #D4093C: hue angle of 344.93º degrees, saturation: 0.92, 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 #D4093C is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 60 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.17 |
| HSL | 344.93º | 0.92% | 0.43% | - |
| HSV(B) | 344.93º | 0.96% | 0.83% | - |
| XYZ | 28.06 | 14.52 | 5.6 | - |
| YUV | 75.51 | 119.25 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 60 | 0 | 0.96 | 0.72 | 0.17 | 344.93 | 0.92 | 0.43 |
| Hex | D4 | 9 | 3C | 0 | 60 | 48 | 11 | 159 | 5C | 2B |
| Octal | 324 | 11 | 74 | 0 | 140 | 110 | 21 | 531 | 134 | 53 |
| Binary | 11010100 | 1001 | 111100 | 0 | 1100000 | 1001000 | 10001 | 101011001 | 1011100 | 101011 |
Color Harmonies of #D4093C
Complementary color
Monochromatic Colors of #D4093C
Black with #D4093C
Text Example
Text Example
White with #D4093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4093C; }
p { color: rgb(212,9,60); }
H1.HeaderClassName
{
color: #D4093C;
}
.AnyTagClassName
{
color: #D4093C;
}
</style>
background-color css
<style>
a { background-color: #D4093C; }
a { background-color: rgb(212,9,60); }
div.DivClassName
{
background-color: #D4093C;
}
.BgClassName
{
background-color: #D4093C;
}
</style>
border-color css
<style>
span { border-color: #D4093C; }
span { border-color: rgb(212,9,60); }
td.TdClassName
{
border-color: #D4093C;
}
.TagClassName
{
border-color: #D4093C;
}
</style>