Shades of Crimson #D21438
Tints of Crimson #D21438
RGB
CMYK
RGB Variations
Color information
#D21438 (or 0xD21438) is known color: Crimson. HEX triplet: D2, 14 and 38. RGB value is (210,20,56). Sum of RGB (Red+Green+Blue) = 210+20+56=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D21438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21438 is #2DEBC7. Grayscale: #505050. Windows color (decimal): -3009480 or 3675346. OLE color: 3675346.
HSL color Cylindrical-coordinate representation of color #D21438: hue angle of 348.63º 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 #D21438 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 56 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.18 |
| HSL | 348.63º | 0.83% | 0.45% | - |
| HSV(B) | 348.63º | 0.9% | 0.82% | - |
| XYZ | 27.54 | 14.49 | 5.09 | - |
| YUV | 80.91 | 113.95 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 56 | 0 | 0.90 | 0.73 | 0.18 | 348.63 | 0.83 | 0.45 |
| Hex | D2 | 14 | 38 | 0 | 5A | 49 | 12 | 15D | 53 | 2D |
| Octal | 322 | 24 | 70 | 0 | 132 | 111 | 22 | 535 | 123 | 55 |
| Binary | 11010010 | 10100 | 111000 | 0 | 1011010 | 1001001 | 10010 | 101011101 | 1010011 | 101101 |
Color Harmonies of #D21438
Complementary color
Monochromatic Colors of #D21438
Black with #D21438
Text Example
Text Example
White with #D21438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21438; }
p { color: rgb(210,20,56); }
H1.HeaderClassName
{
color: #D21438;
}
.AnyTagClassName
{
color: #D21438;
}
</style>
background-color css
<style>
a { background-color: #D21438; }
a { background-color: rgb(210,20,56); }
div.DivClassName
{
background-color: #D21438;
}
.BgClassName
{
background-color: #D21438;
}
</style>
border-color css
<style>
span { border-color: #D21438; }
span { border-color: rgb(210,20,56); }
td.TdClassName
{
border-color: #D21438;
}
.TagClassName
{
border-color: #D21438;
}
</style>