Shades of Crimson #D61430
Tints of Crimson #D61430
RGB
CMYK
RGB Variations
Color information
#D61430 (or 0xD61430) is known color: Crimson. HEX triplet: D6, 14 and 30. RGB value is (214,20,48). Sum of RGB (Red+Green+Blue) = 214+20+48=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D61430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61430 is #29EBCF. Grayscale: #515151. Windows color (decimal): -2747344 or 3151062. OLE color: 3151062.
HSL color Cylindrical-coordinate representation of color #D61430: hue angle of 351.34º degrees, saturation: 0.83, 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 #D61430 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 48 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.16 |
| HSL | 351.34º | 0.83% | 0.46% | - |
| HSV(B) | 351.34º | 0.91% | 0.84% | - |
| XYZ | 28.52 | 15.01 | 4.19 | - |
| YUV | 81.2 | 109.27 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 48 | 0 | 0.91 | 0.78 | 0.16 | 351.34 | 0.83 | 0.46 |
| Hex | D6 | 14 | 30 | 0 | 5B | 4E | 10 | 15F | 53 | 2E |
| Octal | 326 | 24 | 60 | 0 | 133 | 116 | 20 | 537 | 123 | 56 |
| Binary | 11010110 | 10100 | 110000 | 0 | 1011011 | 1001110 | 10000 | 101011111 | 1010011 | 101110 |
Color Harmonies of #D61430
Complementary color
Monochromatic Colors of #D61430
Black with #D61430
Text Example
Text Example
White with #D61430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61430; }
p { color: rgb(214,20,48); }
H1.HeaderClassName
{
color: #D61430;
}
.AnyTagClassName
{
color: #D61430;
}
</style>
background-color css
<style>
a { background-color: #D61430; }
a { background-color: rgb(214,20,48); }
div.DivClassName
{
background-color: #D61430;
}
.BgClassName
{
background-color: #D61430;
}
</style>
border-color css
<style>
span { border-color: #D61430; }
span { border-color: rgb(214,20,48); }
td.TdClassName
{
border-color: #D61430;
}
.TagClassName
{
border-color: #D61430;
}
</style>