Shades of Alizarin #D62438
Tints of Alizarin #D62438
RGB
CMYK
RGB Variations
Color information
#D62438 (or 0xD62438) is known color: Alizarin. HEX triplet: D6, 24 and 38. RGB value is (214,36,56). Sum of RGB (Red+Green+Blue) = 214+36+56=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D62438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62438 is #29DBC7. Grayscale: #5B5B5B. Windows color (decimal): -2743240 or 3679446. OLE color: 3679446.
HSL color Cylindrical-coordinate representation of color #D62438: hue angle of 353.26º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62438 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 56 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.16 |
| HSL | 353.26º | 0.71% | 0.49% | - |
| HSV(B) | 353.26º | 0.83% | 0.84% | - |
| XYZ | 29.08 | 15.84 | 5.27 | - |
| YUV | 91.5 | 107.97 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 56 | 0 | 0.83 | 0.74 | 0.16 | 353.26 | 0.71 | 0.49 |
| Hex | D6 | 24 | 38 | 0 | 53 | 4A | 10 | 161 | 47 | 31 |
| Octal | 326 | 44 | 70 | 0 | 123 | 112 | 20 | 541 | 107 | 61 |
| Binary | 11010110 | 100100 | 111000 | 0 | 1010011 | 1001010 | 10000 | 101100001 | 1000111 | 110001 |
Color Harmonies of #D62438
Complementary color
Monochromatic Colors of #D62438
Black with #D62438
Text Example
Text Example
White with #D62438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62438; }
p { color: rgb(214,36,56); }
H1.HeaderClassName
{
color: #D62438;
}
.AnyTagClassName
{
color: #D62438;
}
</style>
background-color css
<style>
a { background-color: #D62438; }
a { background-color: rgb(214,36,56); }
div.DivClassName
{
background-color: #D62438;
}
.BgClassName
{
background-color: #D62438;
}
</style>
border-color css
<style>
span { border-color: #D62438; }
span { border-color: rgb(214,36,56); }
td.TdClassName
{
border-color: #D62438;
}
.TagClassName
{
border-color: #D62438;
}
</style>