Shades of Crimson #D5033C
Tints of Crimson #D5033C
RGB
CMYK
RGB Variations
Color information
#D5033C (or 0xD5033C) is known color: Crimson. HEX triplet: D5, 03 and 3C. RGB value is (213,3,60). Sum of RGB (Red+Green+Blue) = 213+3+60=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D5033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5033C is #2AFCC3. Grayscale: #484848. Windows color (decimal): -2817220 or 3933141. OLE color: 3933141.
HSL color Cylindrical-coordinate representation of color #D5033C: hue angle of 343.71º 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 #D5033C is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 60 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.16 |
| HSL | 343.71º | 0.97% | 0.42% | - |
| HSV(B) | 343.71º | 0.99% | 0.84% | - |
| XYZ | 28.29 | 14.54 | 5.59 | - |
| YUV | 72.29 | 121.07 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 60 | 0 | 0.99 | 0.72 | 0.16 | 343.71 | 0.97 | 0.42 |
| Hex | D5 | 3 | 3C | 0 | 63 | 48 | 10 | 158 | 61 | 2A |
| Octal | 325 | 3 | 74 | 0 | 143 | 110 | 20 | 530 | 141 | 52 |
| Binary | 11010101 | 11 | 111100 | 0 | 1100011 | 1001000 | 10000 | 101011000 | 1100001 | 101010 |
Color Harmonies of #D5033C
Complementary color
Monochromatic Colors of #D5033C
Black with #D5033C
Text Example
Text Example
White with #D5033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5033C; }
p { color: rgb(213,3,60); }
H1.HeaderClassName
{
color: #D5033C;
}
.AnyTagClassName
{
color: #D5033C;
}
</style>
background-color css
<style>
a { background-color: #D5033C; }
a { background-color: rgb(213,3,60); }
div.DivClassName
{
background-color: #D5033C;
}
.BgClassName
{
background-color: #D5033C;
}
</style>
border-color css
<style>
span { border-color: #D5033C; }
span { border-color: rgb(213,3,60); }
td.TdClassName
{
border-color: #D5033C;
}
.TagClassName
{
border-color: #D5033C;
}
</style>