Shades of Crimson #D61A44
Tints of Crimson #D61A44
RGB
CMYK
RGB Variations
Color information
#D61A44 (or 0xD61A44) is known color: Crimson. HEX triplet: D6, 1A and 44. RGB value is (214,26,68). Sum of RGB (Red+Green+Blue) = 214+26+68=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61A44 is #29E5BB. Grayscale: #575757. Windows color (decimal): -2745788 or 4463318. OLE color: 4463318.
HSL color Cylindrical-coordinate representation of color #D61A44: hue angle of 346.6º 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 #D61A44 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 26 | 68 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.16 |
| HSL | 346.6º | 0.78% | 0.47% | - |
| HSV(B) | 346.6º | 0.88% | 0.84% | - |
| XYZ | 29.14 | 15.45 | 6.92 | - |
| YUV | 87 | 117.28 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 26 | 68 | 0 | 0.88 | 0.68 | 0.16 | 346.6 | 0.78 | 0.47 |
| Hex | D6 | 1A | 44 | 0 | 58 | 44 | 10 | 15B | 4E | 2F |
| Octal | 326 | 32 | 104 | 0 | 130 | 104 | 20 | 533 | 116 | 57 |
| Binary | 11010110 | 11010 | 1000100 | 0 | 1011000 | 1000100 | 10000 | 101011011 | 1001110 | 101111 |
Color Harmonies of #D61A44
Complementary color
Monochromatic Colors of #D61A44
Black with #D61A44
Text Example
Text Example
White with #D61A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61A44; }
p { color: rgb(214,26,68); }
H1.HeaderClassName
{
color: #D61A44;
}
.AnyTagClassName
{
color: #D61A44;
}
</style>
background-color css
<style>
a { background-color: #D61A44; }
a { background-color: rgb(214,26,68); }
div.DivClassName
{
background-color: #D61A44;
}
.BgClassName
{
background-color: #D61A44;
}
</style>
border-color css
<style>
span { border-color: #D61A44; }
span { border-color: rgb(214,26,68); }
td.TdClassName
{
border-color: #D61A44;
}
.TagClassName
{
border-color: #D61A44;
}
</style>