Shades of Crimson #D40340
Tints of Crimson #D40340
RGB
CMYK
RGB Variations
Color information
#D40340 (or 0xD40340) is known color: Crimson. HEX triplet: D4, 03 and 40. RGB value is (212,3,64). Sum of RGB (Red+Green+Blue) = 212+3+64=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D40340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40340 is #2BFCBF. Grayscale: #484848. Windows color (decimal): -2882752 or 4195284. OLE color: 4195284.
HSL color Cylindrical-coordinate representation of color #D40340: hue angle of 342.49º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40340 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 64 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.17 |
| HSL | 342.49º | 0.97% | 0.42% | - |
| HSV(B) | 342.49º | 0.99% | 0.83% | - |
| XYZ | 28.11 | 14.43 | 6.15 | - |
| YUV | 72.45 | 123.24 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 64 | 0 | 0.99 | 0.70 | 0.17 | 342.49 | 0.97 | 0.42 |
| Hex | D4 | 3 | 40 | 0 | 63 | 46 | 11 | 156 | 61 | 2A |
| Octal | 324 | 3 | 100 | 0 | 143 | 106 | 21 | 526 | 141 | 52 |
| Binary | 11010100 | 11 | 1000000 | 0 | 1100011 | 1000110 | 10001 | 101010110 | 1100001 | 101010 |
Color Harmonies of #D40340
Complementary color
Monochromatic Colors of #D40340
Black with #D40340
Text Example
Text Example
White with #D40340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40340; }
p { color: rgb(212,3,64); }
H1.HeaderClassName
{
color: #D40340;
}
.AnyTagClassName
{
color: #D40340;
}
</style>
background-color css
<style>
a { background-color: #D40340; }
a { background-color: rgb(212,3,64); }
div.DivClassName
{
background-color: #D40340;
}
.BgClassName
{
background-color: #D40340;
}
</style>
border-color css
<style>
span { border-color: #D40340; }
span { border-color: rgb(212,3,64); }
td.TdClassName
{
border-color: #D40340;
}
.TagClassName
{
border-color: #D40340;
}
</style>