Shades of Crimson #DA143E
Tints of Crimson #DA143E
RGB
CMYK
RGB Variations
Color information
#DA143E (or 0xDA143E) is known color: Crimson. HEX triplet: DA, 14 and 3E. RGB value is (218,20,62). Sum of RGB (Red+Green+Blue) = 218+20+62=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA143E is #25EBC1. Grayscale: #545454. Windows color (decimal): -2485186 or 4068570. OLE color: 4068570.
HSL color Cylindrical-coordinate representation of color #DA143E: hue angle of 347.27º 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 #DA143E is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 62 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.15 |
| HSL | 347.27º | 0.83% | 0.47% | - |
| HSV(B) | 347.27º | 0.91% | 0.85% | - |
| XYZ | 30.03 | 15.75 | 6.02 | - |
| YUV | 83.99 | 115.6 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 62 | 0 | 0.91 | 0.72 | 0.15 | 347.27 | 0.83 | 0.47 |
| Hex | DA | 14 | 3E | 0 | 5B | 48 | F | 15B | 53 | 2F |
| Octal | 332 | 24 | 76 | 0 | 133 | 110 | 17 | 533 | 123 | 57 |
| Binary | 11011010 | 10100 | 111110 | 0 | 1011011 | 1001000 | 1111 | 101011011 | 1010011 | 101111 |
Color Harmonies of #DA143E
Complementary color
Monochromatic Colors of #DA143E
Black with #DA143E
Text Example
Text Example
White with #DA143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA143E; }
p { color: rgb(218,20,62); }
H1.HeaderClassName
{
color: #DA143E;
}
.AnyTagClassName
{
color: #DA143E;
}
</style>
background-color css
<style>
a { background-color: #DA143E; }
a { background-color: rgb(218,20,62); }
div.DivClassName
{
background-color: #DA143E;
}
.BgClassName
{
background-color: #DA143E;
}
</style>
border-color css
<style>
span { border-color: #DA143E; }
span { border-color: rgb(218,20,62); }
td.TdClassName
{
border-color: #DA143E;
}
.TagClassName
{
border-color: #DA143E;
}
</style>