Shades of Crimson #D40830
Tints of Crimson #D40830
RGB
CMYK
RGB Variations
Color information
#D40830 (or 0xD40830) is known color: Crimson. HEX triplet: D4, 08 and 30. RGB value is (212,8,48). Sum of RGB (Red+Green+Blue) = 212+8+48=268 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.10% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 212 - color contains mainly: red. Hex color #D40830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40830 is #2BF7CF. Grayscale: #494949. Windows color (decimal): -2881488 or 3147988. OLE color: 3147988.
HSL color Cylindrical-coordinate representation of color #D40830: hue angle of 348.24º degrees, saturation: 0.93, 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 #D40830 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 48 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.17 |
| HSL | 348.24º | 0.93% | 0.43% | - |
| HSV(B) | 348.24º | 0.96% | 0.83% | - |
| XYZ | 27.77 | 14.38 | 4.11 | - |
| YUV | 73.56 | 113.59 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 48 | 0 | 0.96 | 0.77 | 0.17 | 348.24 | 0.93 | 0.43 |
| Hex | D4 | 8 | 30 | 0 | 60 | 4D | 11 | 15C | 5D | 2B |
| Octal | 324 | 10 | 60 | 0 | 140 | 115 | 21 | 534 | 135 | 53 |
| Binary | 11010100 | 1000 | 110000 | 0 | 1100000 | 1001101 | 10001 | 101011100 | 1011101 | 101011 |
Color Harmonies of #D40830
Complementary color
Monochromatic Colors of #D40830
Black with #D40830
Text Example
Text Example
White with #D40830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40830; }
p { color: rgb(212,8,48); }
H1.HeaderClassName
{
color: #D40830;
}
.AnyTagClassName
{
color: #D40830;
}
</style>
background-color css
<style>
a { background-color: #D40830; }
a { background-color: rgb(212,8,48); }
div.DivClassName
{
background-color: #D40830;
}
.BgClassName
{
background-color: #D40830;
}
</style>
border-color css
<style>
span { border-color: #D40830; }
span { border-color: rgb(212,8,48); }
td.TdClassName
{
border-color: #D40830;
}
.TagClassName
{
border-color: #D40830;
}
</style>