Shades of Crimson #DA143F
Tints of Crimson #DA143F
RGB
CMYK
RGB Variations
Color information
#DA143F (or 0xDA143F) is known color: Crimson. HEX triplet: DA, 14 and 3F. RGB value is (218,20,63). Sum of RGB (Red+Green+Blue) = 218+20+63=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA143F is #25EBC0. Grayscale: #545454. Windows color (decimal): -2485185 or 4134106. OLE color: 4134106.
HSL color Cylindrical-coordinate representation of color #DA143F: hue angle of 346.97º 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 #DA143F is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 63 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.15 |
| HSL | 346.97º | 0.83% | 0.47% | - |
| HSV(B) | 346.97º | 0.91% | 0.85% | - |
| XYZ | 30.06 | 15.76 | 6.16 | - |
| YUV | 84.1 | 116.1 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 63 | 0 | 0.91 | 0.71 | 0.15 | 346.97 | 0.83 | 0.47 |
| Hex | DA | 14 | 3F | 0 | 5B | 47 | F | 15B | 53 | 2F |
| Octal | 332 | 24 | 77 | 0 | 133 | 107 | 17 | 533 | 123 | 57 |
| Binary | 11011010 | 10100 | 111111 | 0 | 1011011 | 1000111 | 1111 | 101011011 | 1010011 | 101111 |
Color Harmonies of #DA143F
Complementary color
Monochromatic Colors of #DA143F
Black with #DA143F
Text Example
Text Example
White with #DA143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA143F; }
p { color: rgb(218,20,63); }
H1.HeaderClassName
{
color: #DA143F;
}
.AnyTagClassName
{
color: #DA143F;
}
</style>
background-color css
<style>
a { background-color: #DA143F; }
a { background-color: rgb(218,20,63); }
div.DivClassName
{
background-color: #DA143F;
}
.BgClassName
{
background-color: #DA143F;
}
</style>
border-color css
<style>
span { border-color: #DA143F; }
span { border-color: rgb(218,20,63); }
td.TdClassName
{
border-color: #DA143F;
}
.TagClassName
{
border-color: #DA143F;
}
</style>