Shades of Crimson #D40834
Tints of Crimson #D40834
RGB
CMYK
RGB Variations
Color information
#D40834 (or 0xD40834) is known color: Crimson. HEX triplet: D4, 08 and 34. RGB value is (212,8,52). Sum of RGB (Red+Green+Blue) = 212+8+52=272 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.94% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 212 - color contains mainly: red. Hex color #D40834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40834 is #2BF7CB. Grayscale: #4A4A4A. Windows color (decimal): -2881484 or 3410132. OLE color: 3410132.
HSL color Cylindrical-coordinate representation of color #D40834: hue angle of 347.06º 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 #D40834 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 52 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.17 |
| HSL | 347.06º | 0.93% | 0.43% | - |
| HSV(B) | 347.06º | 0.96% | 0.83% | - |
| XYZ | 27.86 | 14.42 | 4.56 | - |
| YUV | 74.01 | 115.59 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 52 | 0 | 0.96 | 0.75 | 0.17 | 347.06 | 0.93 | 0.43 |
| Hex | D4 | 8 | 34 | 0 | 60 | 4B | 11 | 15B | 5D | 2B |
| Octal | 324 | 10 | 64 | 0 | 140 | 113 | 21 | 533 | 135 | 53 |
| Binary | 11010100 | 1000 | 110100 | 0 | 1100000 | 1001011 | 10001 | 101011011 | 1011101 | 101011 |
Color Harmonies of #D40834
Complementary color
Monochromatic Colors of #D40834
Black with #D40834
Text Example
Text Example
White with #D40834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40834; }
p { color: rgb(212,8,52); }
H1.HeaderClassName
{
color: #D40834;
}
.AnyTagClassName
{
color: #D40834;
}
</style>
background-color css
<style>
a { background-color: #D40834; }
a { background-color: rgb(212,8,52); }
div.DivClassName
{
background-color: #D40834;
}
.BgClassName
{
background-color: #D40834;
}
</style>
border-color css
<style>
span { border-color: #D40834; }
span { border-color: rgb(212,8,52); }
td.TdClassName
{
border-color: #D40834;
}
.TagClassName
{
border-color: #D40834;
}
</style>