Shades of Crimson #D00630
Tints of Crimson #D00630
RGB
CMYK
RGB Variations
Color information
#D00630 (or 0xD00630) is known color: Crimson. HEX triplet: D0, 06 and 30. RGB value is (208,6,48). Sum of RGB (Red+Green+Blue) = 208+6+48=262 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.39% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 208 - color contains mainly: red. Hex color #D00630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00630 is #2FF9CF. Grayscale: #474747. Windows color (decimal): -3144144 or 3147472. OLE color: 3147472.
HSL color Cylindrical-coordinate representation of color #D00630: hue angle of 347.52º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00630 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 48 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.18 |
| HSL | 347.52º | 0.94% | 0.42% | - |
| HSV(B) | 347.52º | 0.97% | 0.82% | - |
| XYZ | 26.61 | 13.75 | 4.05 | - |
| YUV | 71.19 | 114.92 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 48 | 0 | 0.97 | 0.77 | 0.18 | 347.52 | 0.94 | 0.42 |
| Hex | D0 | 6 | 30 | 0 | 61 | 4D | 12 | 15C | 5E | 2A |
| Octal | 320 | 6 | 60 | 0 | 141 | 115 | 22 | 534 | 136 | 52 |
| Binary | 11010000 | 110 | 110000 | 0 | 1100001 | 1001101 | 10010 | 101011100 | 1011110 | 101010 |
Color Harmonies of #D00630
Complementary color
Monochromatic Colors of #D00630
Black with #D00630
Text Example
Text Example
White with #D00630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00630; }
p { color: rgb(208,6,48); }
H1.HeaderClassName
{
color: #D00630;
}
.AnyTagClassName
{
color: #D00630;
}
</style>
background-color css
<style>
a { background-color: #D00630; }
a { background-color: rgb(208,6,48); }
div.DivClassName
{
background-color: #D00630;
}
.BgClassName
{
background-color: #D00630;
}
</style>
border-color css
<style>
span { border-color: #D00630; }
span { border-color: rgb(208,6,48); }
td.TdClassName
{
border-color: #D00630;
}
.TagClassName
{
border-color: #D00630;
}
</style>