Shades of Crimson #D40345
Tints of Crimson #D40345
RGB
CMYK
RGB Variations
Color information
#D40345 (or 0xD40345) is known color: Crimson. HEX triplet: D4, 03 and 45. RGB value is (212,3,69). Sum of RGB (Red+Green+Blue) = 212+3+69=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D40345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40345 is #2BFCBA. Grayscale: #484848. Windows color (decimal): -2882747 or 4522964. OLE color: 4522964.
HSL color Cylindrical-coordinate representation of color #D40345: hue angle of 341.05º 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 #D40345 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 69 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.17 |
| HSL | 341.05º | 0.97% | 0.42% | - |
| HSV(B) | 341.05º | 0.99% | 0.83% | - |
| XYZ | 28.26 | 14.49 | 6.94 | - |
| YUV | 73.02 | 125.74 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 69 | 0 | 0.99 | 0.67 | 0.17 | 341.05 | 0.97 | 0.42 |
| Hex | D4 | 3 | 45 | 0 | 63 | 43 | 11 | 155 | 61 | 2A |
| Octal | 324 | 3 | 105 | 0 | 143 | 103 | 21 | 525 | 141 | 52 |
| Binary | 11010100 | 11 | 1000101 | 0 | 1100011 | 1000011 | 10001 | 101010101 | 1100001 | 101010 |
Color Harmonies of #D40345
Complementary color
Monochromatic Colors of #D40345
Black with #D40345
Text Example
Text Example
White with #D40345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40345; }
p { color: rgb(212,3,69); }
H1.HeaderClassName
{
color: #D40345;
}
.AnyTagClassName
{
color: #D40345;
}
</style>
background-color css
<style>
a { background-color: #D40345; }
a { background-color: rgb(212,3,69); }
div.DivClassName
{
background-color: #D40345;
}
.BgClassName
{
background-color: #D40345;
}
</style>
border-color css
<style>
span { border-color: #D40345; }
span { border-color: rgb(212,3,69); }
td.TdClassName
{
border-color: #D40345;
}
.TagClassName
{
border-color: #D40345;
}
</style>