Shades of Crimson #D8033B
Tints of Crimson #D8033B
RGB
CMYK
RGB Variations
Color information
#D8033B (or 0xD8033B) is known color: Crimson. HEX triplet: D8, 03 and 3B. RGB value is (216,3,59). Sum of RGB (Red+Green+Blue) = 216+3+59=278 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.70% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 216 - color contains mainly: red. Hex color #D8033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8033B is #27FCC4. Grayscale: #494949. Windows color (decimal): -2620613 or 3867608. OLE color: 3867608.
HSL color Cylindrical-coordinate representation of color #D8033B: hue angle of 344.23º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8033B is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 59 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.15 |
| HSL | 344.23º | 0.97% | 0.43% | - |
| HSV(B) | 344.23º | 0.99% | 0.85% | - |
| XYZ | 29.14 | 14.98 | 5.49 | - |
| YUV | 73.07 | 120.07 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 59 | 0 | 0.99 | 0.73 | 0.15 | 344.23 | 0.97 | 0.43 |
| Hex | D8 | 3 | 3B | 0 | 63 | 49 | F | 158 | 61 | 2B |
| Octal | 330 | 3 | 73 | 0 | 143 | 111 | 17 | 530 | 141 | 53 |
| Binary | 11011000 | 11 | 111011 | 0 | 1100011 | 1001001 | 1111 | 101011000 | 1100001 | 101011 |
Color Harmonies of #D8033B
Complementary color
Monochromatic Colors of #D8033B
Black with #D8033B
Text Example
Text Example
White with #D8033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8033B; }
p { color: rgb(216,3,59); }
H1.HeaderClassName
{
color: #D8033B;
}
.AnyTagClassName
{
color: #D8033B;
}
</style>
background-color css
<style>
a { background-color: #D8033B; }
a { background-color: rgb(216,3,59); }
div.DivClassName
{
background-color: #D8033B;
}
.BgClassName
{
background-color: #D8033B;
}
</style>
border-color css
<style>
span { border-color: #D8033B; }
span { border-color: rgb(216,3,59); }
td.TdClassName
{
border-color: #D8033B;
}
.TagClassName
{
border-color: #D8033B;
}
</style>