Shades of Crimson #DA132C
Tints of Crimson #DA132C
RGB
CMYK
RGB Variations
Color information
#DA132C (or 0xDA132C) is known color: Crimson. HEX triplet: DA, 13 and 2C. RGB value is (218,19,44). Sum of RGB (Red+Green+Blue) = 218+19+44=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA132C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA132C is #25ECD3. Grayscale: #515151. Windows color (decimal): -2485460 or 2888666. OLE color: 2888666.
HSL color Cylindrical-coordinate representation of color #DA132C: hue angle of 352.46º 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 #DA132C is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 44 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.15 |
| HSL | 352.46º | 0.84% | 0.46% | - |
| HSV(B) | 352.46º | 0.91% | 0.85% | - |
| XYZ | 29.6 | 15.55 | 3.82 | - |
| YUV | 81.35 | 106.93 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 44 | 0 | 0.91 | 0.80 | 0.15 | 352.46 | 0.84 | 0.46 |
| Hex | DA | 13 | 2C | 0 | 5B | 50 | F | 160 | 54 | 2E |
| Octal | 332 | 23 | 54 | 0 | 133 | 120 | 17 | 540 | 124 | 56 |
| Binary | 11011010 | 10011 | 101100 | 0 | 1011011 | 1010000 | 1111 | 101100000 | 1010100 | 101110 |
Color Harmonies of #DA132C
Complementary color
Monochromatic Colors of #DA132C
Black with #DA132C
Text Example
Text Example
White with #DA132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA132C; }
p { color: rgb(218,19,44); }
H1.HeaderClassName
{
color: #DA132C;
}
.AnyTagClassName
{
color: #DA132C;
}
</style>
background-color css
<style>
a { background-color: #DA132C; }
a { background-color: rgb(218,19,44); }
div.DivClassName
{
background-color: #DA132C;
}
.BgClassName
{
background-color: #DA132C;
}
</style>
border-color css
<style>
span { border-color: #DA132C; }
span { border-color: rgb(218,19,44); }
td.TdClassName
{
border-color: #DA132C;
}
.TagClassName
{
border-color: #DA132C;
}
</style>