Shades of Crimson #D5032F
Tints of Crimson #D5032F
RGB
CMYK
RGB Variations
Color information
#D5032F (or 0xD5032F) is known color: Crimson. HEX triplet: D5, 03 and 2F. RGB value is (213,3,47). Sum of RGB (Red+Green+Blue) = 213+3+47=263 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.99% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 213 - color contains mainly: red. Hex color #D5032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5032F is #2AFCD0. Grayscale: #464646. Windows color (decimal): -2817233 or 3081173. OLE color: 3081173.
HSL color Cylindrical-coordinate representation of color #D5032F: hue angle of 347.43º 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 #D5032F is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.16 |
| HSL | 347.43º | 0.97% | 0.42% | - |
| HSV(B) | 347.43º | 0.99% | 0.84% | - |
| XYZ | 27.99 | 14.42 | 4 | - |
| YUV | 70.81 | 114.57 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 47 | 0 | 0.99 | 0.78 | 0.16 | 347.43 | 0.97 | 0.42 |
| Hex | D5 | 3 | 2F | 0 | 63 | 4E | 10 | 15B | 61 | 2A |
| Octal | 325 | 3 | 57 | 0 | 143 | 116 | 20 | 533 | 141 | 52 |
| Binary | 11010101 | 11 | 101111 | 0 | 1100011 | 1001110 | 10000 | 101011011 | 1100001 | 101010 |
Color Harmonies of #D5032F
Complementary color
Monochromatic Colors of #D5032F
Black with #D5032F
Text Example
Text Example
White with #D5032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5032F; }
p { color: rgb(213,3,47); }
H1.HeaderClassName
{
color: #D5032F;
}
.AnyTagClassName
{
color: #D5032F;
}
</style>
background-color css
<style>
a { background-color: #D5032F; }
a { background-color: rgb(213,3,47); }
div.DivClassName
{
background-color: #D5032F;
}
.BgClassName
{
background-color: #D5032F;
}
</style>
border-color css
<style>
span { border-color: #D5032F; }
span { border-color: rgb(213,3,47); }
td.TdClassName
{
border-color: #D5032F;
}
.TagClassName
{
border-color: #D5032F;
}
</style>