Shades of Crimson #DA133C
Tints of Crimson #DA133C
RGB
CMYK
RGB Variations
Color information
#DA133C (or 0xDA133C) is known color: Crimson. HEX triplet: DA, 13 and 3C. RGB value is (218,19,60). Sum of RGB (Red+Green+Blue) = 218+19+60=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA133C is #25ECC3. Grayscale: #535353. Windows color (decimal): -2485444 or 3937242. OLE color: 3937242.
HSL color Cylindrical-coordinate representation of color #DA133C: hue angle of 347.64º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA133C is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 60 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.15 |
| HSL | 347.64º | 0.84% | 0.46% | - |
| HSV(B) | 347.64º | 0.91% | 0.85% | - |
| XYZ | 29.96 | 15.7 | 5.73 | - |
| YUV | 83.18 | 114.93 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 60 | 0 | 0.91 | 0.72 | 0.15 | 347.64 | 0.84 | 0.46 |
| Hex | DA | 13 | 3C | 0 | 5B | 48 | F | 15C | 54 | 2E |
| Octal | 332 | 23 | 74 | 0 | 133 | 110 | 17 | 534 | 124 | 56 |
| Binary | 11011010 | 10011 | 111100 | 0 | 1011011 | 1001000 | 1111 | 101011100 | 1010100 | 101110 |
Color Harmonies of #DA133C
Complementary color
Monochromatic Colors of #DA133C
Black with #DA133C
Text Example
Text Example
White with #DA133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA133C; }
p { color: rgb(218,19,60); }
H1.HeaderClassName
{
color: #DA133C;
}
.AnyTagClassName
{
color: #DA133C;
}
</style>
background-color css
<style>
a { background-color: #DA133C; }
a { background-color: rgb(218,19,60); }
div.DivClassName
{
background-color: #DA133C;
}
.BgClassName
{
background-color: #DA133C;
}
</style>
border-color css
<style>
span { border-color: #DA133C; }
span { border-color: rgb(218,19,60); }
td.TdClassName
{
border-color: #DA133C;
}
.TagClassName
{
border-color: #DA133C;
}
</style>