Shades of Crimson #D5083C
Tints of Crimson #D5083C
RGB
CMYK
RGB Variations
Color information
#D5083C (or 0xD5083C) is known color: Crimson. HEX triplet: D5, 08 and 3C. RGB value is (213,8,60). Sum of RGB (Red+Green+Blue) = 213+8+60=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D5083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5083C is #2AF7C3. Grayscale: #4B4B4B. Windows color (decimal): -2815940 or 3934421. OLE color: 3934421.
HSL color Cylindrical-coordinate representation of color #D5083C: hue angle of 344.78º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5083C is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 60 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.16 |
| HSL | 344.78º | 0.93% | 0.43% | - |
| HSV(B) | 344.78º | 0.96% | 0.84% | - |
| XYZ | 28.34 | 14.65 | 5.61 | - |
| YUV | 75.22 | 119.42 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 60 | 0 | 0.96 | 0.72 | 0.16 | 344.78 | 0.93 | 0.43 |
| Hex | D5 | 8 | 3C | 0 | 60 | 48 | 10 | 159 | 5D | 2B |
| Octal | 325 | 10 | 74 | 0 | 140 | 110 | 20 | 531 | 135 | 53 |
| Binary | 11010101 | 1000 | 111100 | 0 | 1100000 | 1001000 | 10000 | 101011001 | 1011101 | 101011 |
Color Harmonies of #D5083C
Complementary color
Monochromatic Colors of #D5083C
Black with #D5083C
Text Example
Text Example
White with #D5083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5083C; }
p { color: rgb(213,8,60); }
H1.HeaderClassName
{
color: #D5083C;
}
.AnyTagClassName
{
color: #D5083C;
}
</style>
background-color css
<style>
a { background-color: #D5083C; }
a { background-color: rgb(213,8,60); }
div.DivClassName
{
background-color: #D5083C;
}
.BgClassName
{
background-color: #D5083C;
}
</style>
border-color css
<style>
span { border-color: #D5083C; }
span { border-color: rgb(213,8,60); }
td.TdClassName
{
border-color: #D5083C;
}
.TagClassName
{
border-color: #D5083C;
}
</style>