Shades of Crimson #DA143D
Tints of Crimson #DA143D
RGB
CMYK
RGB Variations
Color information
#DA143D (or 0xDA143D) is known color: Crimson. HEX triplet: DA, 14 and 3D. RGB value is (218,20,61). Sum of RGB (Red+Green+Blue) = 218+20+61=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA143D is #25EBC2. Grayscale: #535353. Windows color (decimal): -2485187 or 4003034. OLE color: 4003034.
HSL color Cylindrical-coordinate representation of color #DA143D: hue angle of 347.58º 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 #DA143D is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 61 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.15 |
| HSL | 347.58º | 0.83% | 0.47% | - |
| HSV(B) | 347.58º | 0.91% | 0.85% | - |
| XYZ | 30.01 | 15.74 | 5.87 | - |
| YUV | 83.88 | 115.1 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 61 | 0 | 0.91 | 0.72 | 0.15 | 347.58 | 0.83 | 0.47 |
| Hex | DA | 14 | 3D | 0 | 5B | 48 | F | 15C | 53 | 2F |
| Octal | 332 | 24 | 75 | 0 | 133 | 110 | 17 | 534 | 123 | 57 |
| Binary | 11011010 | 10100 | 111101 | 0 | 1011011 | 1001000 | 1111 | 101011100 | 1010011 | 101111 |
Color Harmonies of #DA143D
Complementary color
Monochromatic Colors of #DA143D
Black with #DA143D
Text Example
Text Example
White with #DA143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA143D; }
p { color: rgb(218,20,61); }
H1.HeaderClassName
{
color: #DA143D;
}
.AnyTagClassName
{
color: #DA143D;
}
</style>
background-color css
<style>
a { background-color: #DA143D; }
a { background-color: rgb(218,20,61); }
div.DivClassName
{
background-color: #DA143D;
}
.BgClassName
{
background-color: #DA143D;
}
</style>
border-color css
<style>
span { border-color: #DA143D; }
span { border-color: rgb(218,20,61); }
td.TdClassName
{
border-color: #DA143D;
}
.TagClassName
{
border-color: #DA143D;
}
</style>