Shades of Crimson #D5003B
Tints of Crimson #D5003B
RGB
CMYK
RGB Variations
Color information
#D5003B (or 0xD5003B) is known color: Crimson. HEX triplet: D5, 00 and 3B. RGB value is (213,0,59). Sum of RGB (Red+Green+Blue) = 213+0+59=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D5003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5003B is #2AFFC4. Grayscale: #464646. Windows color (decimal): -2817989 or 3866837. OLE color: 3866837.
HSL color Cylindrical-coordinate representation of color #D5003B: hue angle of 343.38º 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 #D5003B is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.72 | 0.16 |
| HSL | 343.38º | 1% | 0.42% | - |
| HSV(B) | 343.38º | 1% | 0.84% | - |
| XYZ | 28.23 | 14.46 | 5.44 | - |
| YUV | 70.41 | 121.57 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 59 | 0 | 1 | 0.72 | 0.16 | 343.38 | 1 | 0.42 |
| Hex | D5 | 0 | 3B | 0 | 64 | 48 | 10 | 157 | 64 | 2A |
| Octal | 325 | 0 | 73 | 0 | 144 | 110 | 20 | 527 | 144 | 52 |
| Binary | 11010101 | 0 | 111011 | 0 | 1100100 | 1001000 | 10000 | 101010111 | 1100100 | 101010 |
Color Harmonies of #D5003B
Complementary color
Monochromatic Colors of #D5003B
Black with #D5003B
Text Example
Text Example
White with #D5003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5003B; }
p { color: rgb(213,0,59); }
H1.HeaderClassName
{
color: #D5003B;
}
.AnyTagClassName
{
color: #D5003B;
}
</style>
background-color css
<style>
a { background-color: #D5003B; }
a { background-color: rgb(213,0,59); }
div.DivClassName
{
background-color: #D5003B;
}
.BgClassName
{
background-color: #D5003B;
}
</style>
border-color css
<style>
span { border-color: #D5003B; }
span { border-color: rgb(213,0,59); }
td.TdClassName
{
border-color: #D5003B;
}
.TagClassName
{
border-color: #D5003B;
}
</style>