Shades of Crimson #D61A2F
Tints of Crimson #D61A2F
RGB
CMYK
RGB Variations
Color information
#D61A2F (or 0xD61A2F) is known color: Crimson. HEX triplet: D6, 1A and 2F. RGB value is (214,26,47). Sum of RGB (Red+Green+Blue) = 214+26+47=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61A2F is #29E5D0. Grayscale: #545454. Windows color (decimal): -2745809 or 3087062. OLE color: 3087062.
HSL color Cylindrical-coordinate representation of color #D61A2F: hue angle of 353.3º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61A2F is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 26 | 47 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.16 |
| HSL | 353.3º | 0.78% | 0.47% | - |
| HSV(B) | 353.3º | 0.88% | 0.84% | - |
| XYZ | 28.61 | 15.24 | 4.12 | - |
| YUV | 84.61 | 106.78 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 47 | 0 | 0.88 | 0.78 | 0.16 | 353.3 | 0.78 | 0.47 |
| Hex | D6 | 1A | 2F | 0 | 58 | 4E | 10 | 161 | 4E | 2F |
| Octal | 326 | 32 | 57 | 0 | 130 | 116 | 20 | 541 | 116 | 57 |
| Binary | 11010110 | 11010 | 101111 | 0 | 1011000 | 1001110 | 10000 | 101100001 | 1001110 | 101111 |
Color Harmonies of #D61A2F
Complementary color
Monochromatic Colors of #D61A2F
Black with #D61A2F
Text Example
Text Example
White with #D61A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61A2F; }
p { color: rgb(214,26,47); }
H1.HeaderClassName
{
color: #D61A2F;
}
.AnyTagClassName
{
color: #D61A2F;
}
</style>
background-color css
<style>
a { background-color: #D61A2F; }
a { background-color: rgb(214,26,47); }
div.DivClassName
{
background-color: #D61A2F;
}
.BgClassName
{
background-color: #D61A2F;
}
</style>
border-color css
<style>
span { border-color: #D61A2F; }
span { border-color: rgb(214,26,47); }
td.TdClassName
{
border-color: #D61A2F;
}
.TagClassName
{
border-color: #D61A2F;
}
</style>