Shades of Crimson #D4073D
Tints of Crimson #D4073D
RGB
CMYK
RGB Variations
Color information
#D4073D (or 0xD4073D) is known color: Crimson. HEX triplet: D4, 07 and 3D. RGB value is (212,7,61). Sum of RGB (Red+Green+Blue) = 212+7+61=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D4073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4073D is #2BF8C2. Grayscale: #4A4A4A. Windows color (decimal): -2881731 or 3999700. OLE color: 3999700.
HSL color Cylindrical-coordinate representation of color #D4073D: hue angle of 344.2º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4073D is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.17 |
| HSL | 344.2º | 0.94% | 0.43% | - |
| HSV(B) | 344.2º | 0.97% | 0.83% | - |
| XYZ | 28.07 | 14.49 | 5.73 | - |
| YUV | 74.45 | 120.42 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 7 | 61 | 0 | 0.97 | 0.71 | 0.17 | 344.2 | 0.94 | 0.43 |
| Hex | D4 | 7 | 3D | 0 | 61 | 47 | 11 | 158 | 5E | 2B |
| Octal | 324 | 7 | 75 | 0 | 141 | 107 | 21 | 530 | 136 | 53 |
| Binary | 11010100 | 111 | 111101 | 0 | 1100001 | 1000111 | 10001 | 101011000 | 1011110 | 101011 |
Color Harmonies of #D4073D
Complementary color
Monochromatic Colors of #D4073D
Black with #D4073D
Text Example
Text Example
White with #D4073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4073D; }
p { color: rgb(212,7,61); }
H1.HeaderClassName
{
color: #D4073D;
}
.AnyTagClassName
{
color: #D4073D;
}
</style>
background-color css
<style>
a { background-color: #D4073D; }
a { background-color: rgb(212,7,61); }
div.DivClassName
{
background-color: #D4073D;
}
.BgClassName
{
background-color: #D4073D;
}
</style>
border-color css
<style>
span { border-color: #D4073D; }
span { border-color: rgb(212,7,61); }
td.TdClassName
{
border-color: #D4073D;
}
.TagClassName
{
border-color: #D4073D;
}
</style>