Shades of Crimson #D30443
Tints of Crimson #D30443
RGB
CMYK
RGB Variations
Color information
#D30443 (or 0xD30443) is known color: Crimson. HEX triplet: D3, 04 and 43. RGB value is (211,4,67). Sum of RGB (Red+Green+Blue) = 211+4+67=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D30443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30443 is #2CFBBC. Grayscale: #494949. Windows color (decimal): -2948029 or 4392147. OLE color: 4392147.
HSL color Cylindrical-coordinate representation of color #D30443: hue angle of 341.74º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30443 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 4 | 67 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.17 |
| HSL | 341.74º | 0.96% | 0.42% | - |
| HSV(B) | 341.74º | 0.98% | 0.83% | - |
| XYZ | 27.92 | 14.34 | 6.61 | - |
| YUV | 73.08 | 124.58 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 67 | 0 | 0.98 | 0.68 | 0.17 | 341.74 | 0.96 | 0.42 |
| Hex | D3 | 4 | 43 | 0 | 62 | 44 | 11 | 156 | 60 | 2A |
| Octal | 323 | 4 | 103 | 0 | 142 | 104 | 21 | 526 | 140 | 52 |
| Binary | 11010011 | 100 | 1000011 | 0 | 1100010 | 1000100 | 10001 | 101010110 | 1100000 | 101010 |
Color Harmonies of #D30443
Complementary color
Monochromatic Colors of #D30443
Black with #D30443
Text Example
Text Example
White with #D30443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30443; }
p { color: rgb(211,4,67); }
H1.HeaderClassName
{
color: #D30443;
}
.AnyTagClassName
{
color: #D30443;
}
</style>
background-color css
<style>
a { background-color: #D30443; }
a { background-color: rgb(211,4,67); }
div.DivClassName
{
background-color: #D30443;
}
.BgClassName
{
background-color: #D30443;
}
</style>
border-color css
<style>
span { border-color: #D30443; }
span { border-color: rgb(211,4,67); }
td.TdClassName
{
border-color: #D30443;
}
.TagClassName
{
border-color: #D30443;
}
</style>