Shades of Crimson #D4092C
Tints of Crimson #D4092C
RGB
CMYK
RGB Variations
Color information
#D4092C (or 0xD4092C) is known color: Crimson. HEX triplet: D4, 09 and 2C. RGB value is (212,9,44). Sum of RGB (Red+Green+Blue) = 212+9+44=265 (35% of max value = 765). Red value is 212 (83.20% from 255 or 80% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 212 - color contains mainly: red. Hex color #D4092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4092C is #2BF6D3. Grayscale: #494949. Windows color (decimal): -2881236 or 2886100. OLE color: 2886100.
HSL color Cylindrical-coordinate representation of color #D4092C: hue angle of 349.66º 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 #D4092C is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 44 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.17 |
| HSL | 349.66º | 0.92% | 0.43% | - |
| HSV(B) | 349.66º | 0.96% | 0.83% | - |
| XYZ | 27.7 | 14.37 | 3.7 | - |
| YUV | 73.69 | 111.25 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 44 | 0 | 0.96 | 0.79 | 0.17 | 349.66 | 0.92 | 0.43 |
| Hex | D4 | 9 | 2C | 0 | 60 | 4F | 11 | 15E | 5C | 2B |
| Octal | 324 | 11 | 54 | 0 | 140 | 117 | 21 | 536 | 134 | 53 |
| Binary | 11010100 | 1001 | 101100 | 0 | 1100000 | 1001111 | 10001 | 101011110 | 1011100 | 101011 |
Color Harmonies of #D4092C
Complementary color
Monochromatic Colors of #D4092C
Black with #D4092C
Text Example
Text Example
White with #D4092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4092C; }
p { color: rgb(212,9,44); }
H1.HeaderClassName
{
color: #D4092C;
}
.AnyTagClassName
{
color: #D4092C;
}
</style>
background-color css
<style>
a { background-color: #D4092C; }
a { background-color: rgb(212,9,44); }
div.DivClassName
{
background-color: #D4092C;
}
.BgClassName
{
background-color: #D4092C;
}
</style>
border-color css
<style>
span { border-color: #D4092C; }
span { border-color: rgb(212,9,44); }
td.TdClassName
{
border-color: #D4092C;
}
.TagClassName
{
border-color: #D4092C;
}
</style>