Shades of Crimson #D50242
Tints of Crimson #D50242
RGB
CMYK
RGB Variations
Color information
#D50242 (or 0xD50242) is known color: Crimson. HEX triplet: D5, 02 and 42. RGB value is (213,2,66). Sum of RGB (Red+Green+Blue) = 213+2+66=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D50242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50242 is #2AFDBD. Grayscale: #484848. Windows color (decimal): -2817470 or 4326101. OLE color: 4326101.
HSL color Cylindrical-coordinate representation of color #D50242: hue angle of 341.8º degrees, saturation: 0.98, 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 #D50242 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 66 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.16 |
| HSL | 341.8º | 0.98% | 0.42% | - |
| HSV(B) | 341.8º | 0.99% | 0.84% | - |
| XYZ | 28.45 | 14.58 | 6.47 | - |
| YUV | 72.39 | 124.4 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 66 | 0 | 0.99 | 0.69 | 0.16 | 341.8 | 0.98 | 0.42 |
| Hex | D5 | 2 | 42 | 0 | 63 | 45 | 10 | 156 | 62 | 2A |
| Octal | 325 | 2 | 102 | 0 | 143 | 105 | 20 | 526 | 142 | 52 |
| Binary | 11010101 | 10 | 1000010 | 0 | 1100011 | 1000101 | 10000 | 101010110 | 1100010 | 101010 |
Color Harmonies of #D50242
Complementary color
Monochromatic Colors of #D50242
Black with #D50242
Text Example
Text Example
White with #D50242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50242; }
p { color: rgb(213,2,66); }
H1.HeaderClassName
{
color: #D50242;
}
.AnyTagClassName
{
color: #D50242;
}
</style>
background-color css
<style>
a { background-color: #D50242; }
a { background-color: rgb(213,2,66); }
div.DivClassName
{
background-color: #D50242;
}
.BgClassName
{
background-color: #D50242;
}
</style>
border-color css
<style>
span { border-color: #D50242; }
span { border-color: rgb(213,2,66); }
td.TdClassName
{
border-color: #D50242;
}
.TagClassName
{
border-color: #D50242;
}
</style>