Shades of Crimson #DA184B
Tints of Crimson #DA184B
RGB
CMYK
RGB Variations
Color information
#DA184B (or 0xDA184B) is known color: Crimson. HEX triplet: DA, 18 and 4B. RGB value is (218,24,75). Sum of RGB (Red+Green+Blue) = 218+24+75=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA184B is #25E7B4. Grayscale: #575757. Windows color (decimal): -2484149 or 4921562. OLE color: 4921562.
HSL color Cylindrical-coordinate representation of color #DA184B: hue angle of 344.23º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA184B is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 75 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.15 |
| HSL | 344.23º | 0.8% | 0.47% | - |
| HSV(B) | 344.23º | 0.89% | 0.85% | - |
| XYZ | 30.51 | 16.07 | 8.15 | - |
| YUV | 87.82 | 120.77 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 75 | 0 | 0.89 | 0.66 | 0.15 | 344.23 | 0.8 | 0.47 |
| Hex | DA | 18 | 4B | 0 | 59 | 42 | F | 158 | 50 | 2F |
| Octal | 332 | 30 | 113 | 0 | 131 | 102 | 17 | 530 | 120 | 57 |
| Binary | 11011010 | 11000 | 1001011 | 0 | 1011001 | 1000010 | 1111 | 101011000 | 1010000 | 101111 |
Color Harmonies of #DA184B
Complementary color
Monochromatic Colors of #DA184B
Black with #DA184B
Text Example
Text Example
White with #DA184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA184B; }
p { color: rgb(218,24,75); }
H1.HeaderClassName
{
color: #DA184B;
}
.AnyTagClassName
{
color: #DA184B;
}
</style>
background-color css
<style>
a { background-color: #DA184B; }
a { background-color: rgb(218,24,75); }
div.DivClassName
{
background-color: #DA184B;
}
.BgClassName
{
background-color: #DA184B;
}
</style>
border-color css
<style>
span { border-color: #DA184B; }
span { border-color: rgb(218,24,75); }
td.TdClassName
{
border-color: #DA184B;
}
.TagClassName
{
border-color: #DA184B;
}
</style>