Shades of Crimson #D4063B
Tints of Crimson #D4063B
RGB
CMYK
RGB Variations
Color information
#D4063B (or 0xD4063B) is known color: Crimson. HEX triplet: D4, 06 and 3B. RGB value is (212,6,59). Sum of RGB (Red+Green+Blue) = 212+6+59=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D4063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4063B is #2BF9C4. Grayscale: #494949. Windows color (decimal): -2881989 or 3868372. OLE color: 3868372.
HSL color Cylindrical-coordinate representation of color #D4063B: hue angle of 344.56º 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 #D4063B is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 6 | 59 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.17 |
| HSL | 344.56º | 0.94% | 0.43% | - |
| HSV(B) | 344.56º | 0.97% | 0.83% | - |
| XYZ | 28.01 | 14.44 | 5.45 | - |
| YUV | 73.64 | 119.75 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 59 | 0 | 0.97 | 0.72 | 0.17 | 344.56 | 0.94 | 0.43 |
| Hex | D4 | 6 | 3B | 0 | 61 | 48 | 11 | 159 | 5E | 2B |
| Octal | 324 | 6 | 73 | 0 | 141 | 110 | 21 | 531 | 136 | 53 |
| Binary | 11010100 | 110 | 111011 | 0 | 1100001 | 1001000 | 10001 | 101011001 | 1011110 | 101011 |
Color Harmonies of #D4063B
Complementary color
Monochromatic Colors of #D4063B
Black with #D4063B
Text Example
Text Example
White with #D4063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4063B; }
p { color: rgb(212,6,59); }
H1.HeaderClassName
{
color: #D4063B;
}
.AnyTagClassName
{
color: #D4063B;
}
</style>
background-color css
<style>
a { background-color: #D4063B; }
a { background-color: rgb(212,6,59); }
div.DivClassName
{
background-color: #D4063B;
}
.BgClassName
{
background-color: #D4063B;
}
</style>
border-color css
<style>
span { border-color: #D4063B; }
span { border-color: rgb(212,6,59); }
td.TdClassName
{
border-color: #D4063B;
}
.TagClassName
{
border-color: #D4063B;
}
</style>