Shades of Crimson #DA123D
Tints of Crimson #DA123D
RGB
CMYK
RGB Variations
Color information
#DA123D (or 0xDA123D) is known color: Crimson. HEX triplet: DA, 12 and 3D. RGB value is (218,18,61). Sum of RGB (Red+Green+Blue) = 218+18+61=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA123D is #25EDC2. Grayscale: #525252. Windows color (decimal): -2485699 or 4002522. OLE color: 4002522.
HSL color Cylindrical-coordinate representation of color #DA123D: hue angle of 347.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA123D is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 61 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.15 |
| HSL | 347.1º | 0.85% | 0.46% | - |
| HSV(B) | 347.1º | 0.92% | 0.85% | - |
| XYZ | 29.97 | 15.67 | 5.86 | - |
| YUV | 82.7 | 115.76 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 61 | 0 | 0.92 | 0.72 | 0.15 | 347.1 | 0.85 | 0.46 |
| Hex | DA | 12 | 3D | 0 | 5C | 48 | F | 15B | 55 | 2E |
| Octal | 332 | 22 | 75 | 0 | 134 | 110 | 17 | 533 | 125 | 56 |
| Binary | 11011010 | 10010 | 111101 | 0 | 1011100 | 1001000 | 1111 | 101011011 | 1010101 | 101110 |
Color Harmonies of #DA123D
Complementary color
Monochromatic Colors of #DA123D
Black with #DA123D
Text Example
Text Example
White with #DA123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA123D; }
p { color: rgb(218,18,61); }
H1.HeaderClassName
{
color: #DA123D;
}
.AnyTagClassName
{
color: #DA123D;
}
</style>
background-color css
<style>
a { background-color: #DA123D; }
a { background-color: rgb(218,18,61); }
div.DivClassName
{
background-color: #DA123D;
}
.BgClassName
{
background-color: #DA123D;
}
</style>
border-color css
<style>
span { border-color: #DA123D; }
span { border-color: rgb(218,18,61); }
td.TdClassName
{
border-color: #DA123D;
}
.TagClassName
{
border-color: #DA123D;
}
</style>