Shades of Crimson #D50233
Tints of Crimson #D50233
RGB
CMYK
RGB Variations
Color information
#D50233 (or 0xD50233) is known color: Crimson. HEX triplet: D5, 02 and 33. RGB value is (213,2,51). Sum of RGB (Red+Green+Blue) = 213+2+51=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D50233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50233 is #2AFDCC. Grayscale: #464646. Windows color (decimal): -2817485 or 3343061. OLE color: 3343061.
HSL color Cylindrical-coordinate representation of color #D50233: hue angle of 346.07º 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 #D50233 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 51 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.16 |
| HSL | 346.07º | 0.98% | 0.42% | - |
| HSV(B) | 346.07º | 0.99% | 0.84% | - |
| XYZ | 28.06 | 14.43 | 4.44 | - |
| YUV | 70.68 | 116.9 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 51 | 0 | 0.99 | 0.76 | 0.16 | 346.07 | 0.98 | 0.42 |
| Hex | D5 | 2 | 33 | 0 | 63 | 4C | 10 | 15A | 62 | 2A |
| Octal | 325 | 2 | 63 | 0 | 143 | 114 | 20 | 532 | 142 | 52 |
| Binary | 11010101 | 10 | 110011 | 0 | 1100011 | 1001100 | 10000 | 101011010 | 1100010 | 101010 |
Color Harmonies of #D50233
Complementary color
Monochromatic Colors of #D50233
Black with #D50233
Text Example
Text Example
White with #D50233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50233; }
p { color: rgb(213,2,51); }
H1.HeaderClassName
{
color: #D50233;
}
.AnyTagClassName
{
color: #D50233;
}
</style>
background-color css
<style>
a { background-color: #D50233; }
a { background-color: rgb(213,2,51); }
div.DivClassName
{
background-color: #D50233;
}
.BgClassName
{
background-color: #D50233;
}
</style>
border-color css
<style>
span { border-color: #D50233; }
span { border-color: rgb(213,2,51); }
td.TdClassName
{
border-color: #D50233;
}
.TagClassName
{
border-color: #D50233;
}
</style>