Shades of Crimson #D4093B
Tints of Crimson #D4093B
RGB
CMYK
RGB Variations
Color information
#D4093B (or 0xD4093B) is known color: Crimson. HEX triplet: D4, 09 and 3B. RGB value is (212,9,59). Sum of RGB (Red+Green+Blue) = 212+9+59=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D4093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4093B is #2BF6C4. Grayscale: #4B4B4B. Windows color (decimal): -2881221 or 3869140. OLE color: 3869140.
HSL color Cylindrical-coordinate representation of color #D4093B: hue angle of 345.22º 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 #D4093B is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 59 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.17 |
| HSL | 345.22º | 0.92% | 0.43% | - |
| HSV(B) | 345.22º | 0.96% | 0.83% | - |
| XYZ | 28.04 | 14.51 | 5.46 | - |
| YUV | 75.4 | 118.75 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 59 | 0 | 0.96 | 0.72 | 0.17 | 345.22 | 0.92 | 0.43 |
| Hex | D4 | 9 | 3B | 0 | 60 | 48 | 11 | 159 | 5C | 2B |
| Octal | 324 | 11 | 73 | 0 | 140 | 110 | 21 | 531 | 134 | 53 |
| Binary | 11010100 | 1001 | 111011 | 0 | 1100000 | 1001000 | 10001 | 101011001 | 1011100 | 101011 |
Color Harmonies of #D4093B
Complementary color
Monochromatic Colors of #D4093B
Black with #D4093B
Text Example
Text Example
White with #D4093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4093B; }
p { color: rgb(212,9,59); }
H1.HeaderClassName
{
color: #D4093B;
}
.AnyTagClassName
{
color: #D4093B;
}
</style>
background-color css
<style>
a { background-color: #D4093B; }
a { background-color: rgb(212,9,59); }
div.DivClassName
{
background-color: #D4093B;
}
.BgClassName
{
background-color: #D4093B;
}
</style>
border-color css
<style>
span { border-color: #D4093B; }
span { border-color: rgb(212,9,59); }
td.TdClassName
{
border-color: #D4093B;
}
.TagClassName
{
border-color: #D4093B;
}
</style>