Shades of Crimson #DA143B
Tints of Crimson #DA143B
RGB
CMYK
RGB Variations
Color information
#DA143B (or 0xDA143B) is known color: Crimson. HEX triplet: DA, 14 and 3B. RGB value is (218,20,59). Sum of RGB (Red+Green+Blue) = 218+20+59=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA143B is #25EBC4. Grayscale: #535353. Windows color (decimal): -2485189 or 3871962. OLE color: 3871962.
HSL color Cylindrical-coordinate representation of color #DA143B: hue angle of 348.18º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA143B is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 59 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.15 |
| HSL | 348.18º | 0.83% | 0.47% | - |
| HSV(B) | 348.18º | 0.91% | 0.85% | - |
| XYZ | 29.95 | 15.72 | 5.59 | - |
| YUV | 83.65 | 114.1 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 59 | 0 | 0.91 | 0.73 | 0.15 | 348.18 | 0.83 | 0.47 |
| Hex | DA | 14 | 3B | 0 | 5B | 49 | F | 15C | 53 | 2F |
| Octal | 332 | 24 | 73 | 0 | 133 | 111 | 17 | 534 | 123 | 57 |
| Binary | 11011010 | 10100 | 111011 | 0 | 1011011 | 1001001 | 1111 | 101011100 | 1010011 | 101111 |
Color Harmonies of #DA143B
Complementary color
Monochromatic Colors of #DA143B
Black with #DA143B
Text Example
Text Example
White with #DA143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA143B; }
p { color: rgb(218,20,59); }
H1.HeaderClassName
{
color: #DA143B;
}
.AnyTagClassName
{
color: #DA143B;
}
</style>
background-color css
<style>
a { background-color: #DA143B; }
a { background-color: rgb(218,20,59); }
div.DivClassName
{
background-color: #DA143B;
}
.BgClassName
{
background-color: #DA143B;
}
</style>
border-color css
<style>
span { border-color: #DA143B; }
span { border-color: rgb(218,20,59); }
td.TdClassName
{
border-color: #DA143B;
}
.TagClassName
{
border-color: #DA143B;
}
</style>