Shades of Crimson #D30833
Tints of Crimson #D30833
RGB
CMYK
RGB Variations
Color information
#D30833 (or 0xD30833) is known color: Crimson. HEX triplet: D3, 08 and 33. RGB value is (211,8,51). Sum of RGB (Red+Green+Blue) = 211+8+51=270 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.15% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 211 - color contains mainly: red. Hex color #D30833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30833 is #2CF7CC. Grayscale: #494949. Windows color (decimal): -2947021 or 3344595. OLE color: 3344595.
HSL color Cylindrical-coordinate representation of color #D30833: hue angle of 347.29º 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 #D30833 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 51 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.17 |
| HSL | 347.29º | 0.93% | 0.43% | - |
| HSV(B) | 347.29º | 0.96% | 0.83% | - |
| XYZ | 27.55 | 14.26 | 4.43 | - |
| YUV | 73.6 | 115.25 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 51 | 0 | 0.96 | 0.76 | 0.17 | 347.29 | 0.93 | 0.43 |
| Hex | D3 | 8 | 33 | 0 | 60 | 4C | 11 | 15B | 5D | 2B |
| Octal | 323 | 10 | 63 | 0 | 140 | 114 | 21 | 533 | 135 | 53 |
| Binary | 11010011 | 1000 | 110011 | 0 | 1100000 | 1001100 | 10001 | 101011011 | 1011101 | 101011 |
Color Harmonies of #D30833
Complementary color
Monochromatic Colors of #D30833
Black with #D30833
Text Example
Text Example
White with #D30833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30833; }
p { color: rgb(211,8,51); }
H1.HeaderClassName
{
color: #D30833;
}
.AnyTagClassName
{
color: #D30833;
}
</style>
background-color css
<style>
a { background-color: #D30833; }
a { background-color: rgb(211,8,51); }
div.DivClassName
{
background-color: #D30833;
}
.BgClassName
{
background-color: #D30833;
}
</style>
border-color css
<style>
span { border-color: #D30833; }
span { border-color: rgb(211,8,51); }
td.TdClassName
{
border-color: #D30833;
}
.TagClassName
{
border-color: #D30833;
}
</style>