Shades of Crimson #D30343
Tints of Crimson #D30343
RGB
CMYK
RGB Variations
Color information
#D30343 (or 0xD30343) is known color: Crimson. HEX triplet: D3, 03 and 43. RGB value is (211,3,67). Sum of RGB (Red+Green+Blue) = 211+3+67=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D30343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30343 is #2CFCBC. Grayscale: #484848. Windows color (decimal): -2948285 or 4391891. OLE color: 4391891.
HSL color Cylindrical-coordinate representation of color #D30343: hue angle of 341.54º 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 #D30343 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 67 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.17 |
| HSL | 341.54º | 0.97% | 0.42% | - |
| HSV(B) | 341.54º | 0.99% | 0.83% | - |
| XYZ | 27.91 | 14.32 | 6.6 | - |
| YUV | 72.49 | 124.91 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 67 | 0 | 0.99 | 0.68 | 0.17 | 341.54 | 0.97 | 0.42 |
| Hex | D3 | 3 | 43 | 0 | 63 | 44 | 11 | 156 | 61 | 2A |
| Octal | 323 | 3 | 103 | 0 | 143 | 104 | 21 | 526 | 141 | 52 |
| Binary | 11010011 | 11 | 1000011 | 0 | 1100011 | 1000100 | 10001 | 101010110 | 1100001 | 101010 |
Color Harmonies of #D30343
Complementary color
Monochromatic Colors of #D30343
Black with #D30343
Text Example
Text Example
White with #D30343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30343; }
p { color: rgb(211,3,67); }
H1.HeaderClassName
{
color: #D30343;
}
.AnyTagClassName
{
color: #D30343;
}
</style>
background-color css
<style>
a { background-color: #D30343; }
a { background-color: rgb(211,3,67); }
div.DivClassName
{
background-color: #D30343;
}
.BgClassName
{
background-color: #D30343;
}
</style>
border-color css
<style>
span { border-color: #D30343; }
span { border-color: rgb(211,3,67); }
td.TdClassName
{
border-color: #D30343;
}
.TagClassName
{
border-color: #D30343;
}
</style>