Shades of Crimson #DA013D
Tints of Crimson #DA013D
RGB
CMYK
RGB Variations
Color information
#DA013D (or 0xDA013D) is known color: Crimson. HEX triplet: DA, 01 and 3D. RGB value is (218,1,61). Sum of RGB (Red+Green+Blue) = 218+1+61=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA013D is #25FEC2. Grayscale: #484848. Windows color (decimal): -2490051 or 3998170. OLE color: 3998170.
HSL color Cylindrical-coordinate representation of color #DA013D: hue angle of 343.41º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA013D is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.15 |
| HSL | 343.41º | 0.99% | 0.43% | - |
| HSV(B) | 343.41º | 1% | 0.85% | - |
| XYZ | 29.77 | 15.26 | 5.79 | - |
| YUV | 72.72 | 121.39 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 61 | 0 | 1.00 | 0.72 | 0.15 | 343.41 | 0.99 | 0.43 |
| Hex | DA | 1 | 3D | 0 | 64 | 48 | F | 157 | 63 | 2B |
| Octal | 332 | 1 | 75 | 0 | 144 | 110 | 17 | 527 | 143 | 53 |
| Binary | 11011010 | 1 | 111101 | 0 | 1100100 | 1001000 | 1111 | 101010111 | 1100011 | 101011 |
Color Harmonies of #DA013D
Complementary color
Monochromatic Colors of #DA013D
Black with #DA013D
Text Example
Text Example
White with #DA013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA013D; }
p { color: rgb(218,1,61); }
H1.HeaderClassName
{
color: #DA013D;
}
.AnyTagClassName
{
color: #DA013D;
}
</style>
background-color css
<style>
a { background-color: #DA013D; }
a { background-color: rgb(218,1,61); }
div.DivClassName
{
background-color: #DA013D;
}
.BgClassName
{
background-color: #DA013D;
}
</style>
border-color css
<style>
span { border-color: #DA013D; }
span { border-color: rgb(218,1,61); }
td.TdClassName
{
border-color: #DA013D;
}
.TagClassName
{
border-color: #DA013D;
}
</style>