Shades of Alizarin #D62338
Tints of Alizarin #D62338
RGB
CMYK
RGB Variations
Color information
#D62338 (or 0xD62338) is known color: Alizarin. HEX triplet: D6, 23 and 38. RGB value is (214,35,56). Sum of RGB (Red+Green+Blue) = 214+35+56=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D62338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62338 is #29DCC7. Grayscale: #5B5B5B. Windows color (decimal): -2743496 or 3679190. OLE color: 3679190.
HSL color Cylindrical-coordinate representation of color #D62338: hue angle of 352.96º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62338 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 56 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.16 |
| HSL | 352.96º | 0.72% | 0.49% | - |
| HSV(B) | 352.96º | 0.84% | 0.84% | - |
| XYZ | 29.05 | 15.78 | 5.26 | - |
| YUV | 90.92 | 108.3 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 56 | 0 | 0.84 | 0.74 | 0.16 | 352.96 | 0.72 | 0.49 |
| Hex | D6 | 23 | 38 | 0 | 54 | 4A | 10 | 161 | 48 | 31 |
| Octal | 326 | 43 | 70 | 0 | 124 | 112 | 20 | 541 | 110 | 61 |
| Binary | 11010110 | 100011 | 111000 | 0 | 1010100 | 1001010 | 10000 | 101100001 | 1001000 | 110001 |
Color Harmonies of #D62338
Complementary color
Monochromatic Colors of #D62338
Black with #D62338
Text Example
Text Example
White with #D62338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62338; }
p { color: rgb(214,35,56); }
H1.HeaderClassName
{
color: #D62338;
}
.AnyTagClassName
{
color: #D62338;
}
</style>
background-color css
<style>
a { background-color: #D62338; }
a { background-color: rgb(214,35,56); }
div.DivClassName
{
background-color: #D62338;
}
.BgClassName
{
background-color: #D62338;
}
</style>
border-color css
<style>
span { border-color: #D62338; }
span { border-color: rgb(214,35,56); }
td.TdClassName
{
border-color: #D62338;
}
.TagClassName
{
border-color: #D62338;
}
</style>