Shades of Crimson #D30843
Tints of Crimson #D30843
RGB
CMYK
RGB Variations
Color information
#D30843 (or 0xD30843) is known color: Crimson. HEX triplet: D3, 08 and 43. RGB value is (211,8,67). Sum of RGB (Red+Green+Blue) = 211+8+67=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D30843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30843 is #2CF7BC. Grayscale: #4B4B4B. Windows color (decimal): -2947005 or 4393171. OLE color: 4393171.
HSL color Cylindrical-coordinate representation of color #D30843: hue angle of 342.56º 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 #D30843 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 67 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.17 |
| HSL | 342.56º | 0.93% | 0.43% | - |
| HSV(B) | 342.56º | 0.96% | 0.83% | - |
| XYZ | 27.96 | 14.43 | 6.62 | - |
| YUV | 75.42 | 123.25 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 67 | 0 | 0.96 | 0.68 | 0.17 | 342.56 | 0.93 | 0.43 |
| Hex | D3 | 8 | 43 | 0 | 60 | 44 | 11 | 157 | 5D | 2B |
| Octal | 323 | 10 | 103 | 0 | 140 | 104 | 21 | 527 | 135 | 53 |
| Binary | 11010011 | 1000 | 1000011 | 0 | 1100000 | 1000100 | 10001 | 101010111 | 1011101 | 101011 |
Color Harmonies of #D30843
Complementary color
Monochromatic Colors of #D30843
Black with #D30843
Text Example
Text Example
White with #D30843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30843; }
p { color: rgb(211,8,67); }
H1.HeaderClassName
{
color: #D30843;
}
.AnyTagClassName
{
color: #D30843;
}
</style>
background-color css
<style>
a { background-color: #D30843; }
a { background-color: rgb(211,8,67); }
div.DivClassName
{
background-color: #D30843;
}
.BgClassName
{
background-color: #D30843;
}
</style>
border-color css
<style>
span { border-color: #D30843; }
span { border-color: rgb(211,8,67); }
td.TdClassName
{
border-color: #D30843;
}
.TagClassName
{
border-color: #D30843;
}
</style>