Shades of Crimson #D5002B
Tints of Crimson #D5002B
RGB
CMYK
RGB Variations
Color information
#D5002B (or 0xD5002B) is known color: Crimson. HEX triplet: D5, 00 and 2B. RGB value is (213,0,43). Sum of RGB (Red+Green+Blue) = 213+0+43=256 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.20% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 213 - color contains mainly: red. Hex color #D5002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5002B is #2AFFD4. Grayscale: #444444. Windows color (decimal): -2818005 or 2818261. OLE color: 2818261.
HSL color Cylindrical-coordinate representation of color #D5002B: hue angle of 347.89º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5002B is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.80 | 0.16 |
| HSL | 347.89º | 1% | 0.42% | - |
| HSV(B) | 347.89º | 1% | 0.84% | - |
| XYZ | 27.88 | 14.32 | 3.58 | - |
| YUV | 68.59 | 113.57 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 43 | 0 | 1 | 0.80 | 0.16 | 347.89 | 1 | 0.42 |
| Hex | D5 | 0 | 2B | 0 | 64 | 50 | 10 | 15C | 64 | 2A |
| Octal | 325 | 0 | 53 | 0 | 144 | 120 | 20 | 534 | 144 | 52 |
| Binary | 11010101 | 0 | 101011 | 0 | 1100100 | 1010000 | 10000 | 101011100 | 1100100 | 101010 |
Color Harmonies of #D5002B
Complementary color
Monochromatic Colors of #D5002B
Black with #D5002B
Text Example
Text Example
White with #D5002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5002B; }
p { color: rgb(213,0,43); }
H1.HeaderClassName
{
color: #D5002B;
}
.AnyTagClassName
{
color: #D5002B;
}
</style>
background-color css
<style>
a { background-color: #D5002B; }
a { background-color: rgb(213,0,43); }
div.DivClassName
{
background-color: #D5002B;
}
.BgClassName
{
background-color: #D5002B;
}
</style>
border-color css
<style>
span { border-color: #D5002B; }
span { border-color: rgb(213,0,43); }
td.TdClassName
{
border-color: #D5002B;
}
.TagClassName
{
border-color: #D5002B;
}
</style>