Shades of Crimson #D00636
Tints of Crimson #D00636
RGB
CMYK
RGB Variations
Color information
#D00636 (or 0xD00636) is known color: Crimson. HEX triplet: D0, 06 and 36. RGB value is (208,6,54). Sum of RGB (Red+Green+Blue) = 208+6+54=268 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.61% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 208 - color contains mainly: red. Hex color #D00636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00636 is #2FF9C9. Grayscale: #474747. Windows color (decimal): -3144138 or 3540688. OLE color: 3540688.
HSL color Cylindrical-coordinate representation of color #D00636: hue angle of 345.74º 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 #D00636 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 54 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.18 |
| HSL | 345.74º | 0.94% | 0.42% | - |
| HSV(B) | 345.74º | 0.97% | 0.82% | - |
| XYZ | 26.74 | 13.81 | 4.75 | - |
| YUV | 71.87 | 117.92 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 54 | 0 | 0.97 | 0.74 | 0.18 | 345.74 | 0.94 | 0.42 |
| Hex | D0 | 6 | 36 | 0 | 61 | 4A | 12 | 15A | 5E | 2A |
| Octal | 320 | 6 | 66 | 0 | 141 | 112 | 22 | 532 | 136 | 52 |
| Binary | 11010000 | 110 | 110110 | 0 | 1100001 | 1001010 | 10010 | 101011010 | 1011110 | 101010 |
Color Harmonies of #D00636
Complementary color
Monochromatic Colors of #D00636
Black with #D00636
Text Example
Text Example
White with #D00636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00636; }
p { color: rgb(208,6,54); }
H1.HeaderClassName
{
color: #D00636;
}
.AnyTagClassName
{
color: #D00636;
}
</style>
background-color css
<style>
a { background-color: #D00636; }
a { background-color: rgb(208,6,54); }
div.DivClassName
{
background-color: #D00636;
}
.BgClassName
{
background-color: #D00636;
}
</style>
border-color css
<style>
span { border-color: #D00636; }
span { border-color: rgb(208,6,54); }
td.TdClassName
{
border-color: #D00636;
}
.TagClassName
{
border-color: #D00636;
}
</style>