Shades of Crimson #D5032B
Tints of Crimson #D5032B
RGB
CMYK
RGB Variations
Color information
#D5032B (or 0xD5032B) is known color: Crimson. HEX triplet: D5, 03 and 2B. RGB value is (213,3,43). Sum of RGB (Red+Green+Blue) = 213+3+43=259 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.24% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 213 - color contains mainly: red. Hex color #D5032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5032B is #2AFCD4. Grayscale: #464646. Windows color (decimal): -2817237 or 2819029. OLE color: 2819029.
HSL color Cylindrical-coordinate representation of color #D5032B: hue angle of 348.57º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5032B is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 43 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.16 |
| HSL | 348.57º | 0.97% | 0.42% | - |
| HSV(B) | 348.57º | 0.99% | 0.84% | - |
| XYZ | 27.91 | 14.39 | 3.59 | - |
| YUV | 70.35 | 112.57 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 43 | 0 | 0.99 | 0.80 | 0.16 | 348.57 | 0.97 | 0.42 |
| Hex | D5 | 3 | 2B | 0 | 63 | 50 | 10 | 15D | 61 | 2A |
| Octal | 325 | 3 | 53 | 0 | 143 | 120 | 20 | 535 | 141 | 52 |
| Binary | 11010101 | 11 | 101011 | 0 | 1100011 | 1010000 | 10000 | 101011101 | 1100001 | 101010 |
Color Harmonies of #D5032B
Complementary color
Monochromatic Colors of #D5032B
Black with #D5032B
Text Example
Text Example
White with #D5032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5032B; }
p { color: rgb(213,3,43); }
H1.HeaderClassName
{
color: #D5032B;
}
.AnyTagClassName
{
color: #D5032B;
}
</style>
background-color css
<style>
a { background-color: #D5032B; }
a { background-color: rgb(213,3,43); }
div.DivClassName
{
background-color: #D5032B;
}
.BgClassName
{
background-color: #D5032B;
}
</style>
border-color css
<style>
span { border-color: #D5032B; }
span { border-color: rgb(213,3,43); }
td.TdClassName
{
border-color: #D5032B;
}
.TagClassName
{
border-color: #D5032B;
}
</style>