Shades of Crimson #D61338
Tints of Crimson #D61338
RGB
CMYK
RGB Variations
Color information
#D61338 (or 0xD61338) is known color: Crimson. HEX triplet: D6, 13 and 38. RGB value is (214,19,56). Sum of RGB (Red+Green+Blue) = 214+19+56=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D61338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61338 is #29ECC7. Grayscale: #515151. Windows color (decimal): -2747592 or 3675094. OLE color: 3675094.
HSL color Cylindrical-coordinate representation of color #D61338: hue angle of 348.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61338 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 19 | 56 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.16 |
| HSL | 348.62º | 0.84% | 0.46% | - |
| HSV(B) | 348.62º | 0.91% | 0.84% | - |
| XYZ | 28.68 | 15.05 | 5.13 | - |
| YUV | 81.52 | 113.6 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 19 | 56 | 0 | 0.91 | 0.74 | 0.16 | 348.62 | 0.84 | 0.46 |
| Hex | D6 | 13 | 38 | 0 | 5B | 4A | 10 | 15D | 54 | 2E |
| Octal | 326 | 23 | 70 | 0 | 133 | 112 | 20 | 535 | 124 | 56 |
| Binary | 11010110 | 10011 | 111000 | 0 | 1011011 | 1001010 | 10000 | 101011101 | 1010100 | 101110 |
Color Harmonies of #D61338
Complementary color
Monochromatic Colors of #D61338
Black with #D61338
Text Example
Text Example
White with #D61338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61338; }
p { color: rgb(214,19,56); }
H1.HeaderClassName
{
color: #D61338;
}
.AnyTagClassName
{
color: #D61338;
}
</style>
background-color css
<style>
a { background-color: #D61338; }
a { background-color: rgb(214,19,56); }
div.DivClassName
{
background-color: #D61338;
}
.BgClassName
{
background-color: #D61338;
}
</style>
border-color css
<style>
span { border-color: #D61338; }
span { border-color: rgb(214,19,56); }
td.TdClassName
{
border-color: #D61338;
}
.TagClassName
{
border-color: #D61338;
}
</style>