Shades of Crimson #D21433
Tints of Crimson #D21433
RGB
CMYK
RGB Variations
Color information
#D21433 (or 0xD21433) is known color: Crimson. HEX triplet: D2, 14 and 33. RGB value is (210,20,51). Sum of RGB (Red+Green+Blue) = 210+20+51=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D21433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21433 is #2DEBCC. Grayscale: #505050. Windows color (decimal): -3009485 or 3347666. OLE color: 3347666.
HSL color Cylindrical-coordinate representation of color #D21433: hue angle of 350.21º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21433 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 51 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.18 |
| HSL | 350.21º | 0.83% | 0.45% | - |
| HSV(B) | 350.21º | 0.9% | 0.82% | - |
| XYZ | 27.43 | 14.44 | 4.47 | - |
| YUV | 80.34 | 111.45 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 51 | 0 | 0.90 | 0.76 | 0.18 | 350.21 | 0.83 | 0.45 |
| Hex | D2 | 14 | 33 | 0 | 5A | 4C | 12 | 15E | 53 | 2D |
| Octal | 322 | 24 | 63 | 0 | 132 | 114 | 22 | 536 | 123 | 55 |
| Binary | 11010010 | 10100 | 110011 | 0 | 1011010 | 1001100 | 10010 | 101011110 | 1010011 | 101101 |
Color Harmonies of #D21433
Complementary color
Monochromatic Colors of #D21433
Black with #D21433
Text Example
Text Example
White with #D21433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21433; }
p { color: rgb(210,20,51); }
H1.HeaderClassName
{
color: #D21433;
}
.AnyTagClassName
{
color: #D21433;
}
</style>
background-color css
<style>
a { background-color: #D21433; }
a { background-color: rgb(210,20,51); }
div.DivClassName
{
background-color: #D21433;
}
.BgClassName
{
background-color: #D21433;
}
</style>
border-color css
<style>
span { border-color: #D21433; }
span { border-color: rgb(210,20,51); }
td.TdClassName
{
border-color: #D21433;
}
.TagClassName
{
border-color: #D21433;
}
</style>