Shades of Crimson #DA174B
Tints of Crimson #DA174B
RGB
CMYK
RGB Variations
Color information
#DA174B (or 0xDA174B) is known color: Crimson. HEX triplet: DA, 17 and 4B. RGB value is (218,23,75). Sum of RGB (Red+Green+Blue) = 218+23+75=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA174B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA174B is #25E8B4. Grayscale: #575757. Windows color (decimal): -2484405 or 4921306. OLE color: 4921306.
HSL color Cylindrical-coordinate representation of color #DA174B: hue angle of 344º degrees, saturation: 0.81, 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 #DA174B is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 75 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.15 |
| HSL | 344º | 0.81% | 0.47% | - |
| HSV(B) | 344º | 0.89% | 0.85% | - |
| XYZ | 30.49 | 16.03 | 8.14 | - |
| YUV | 87.23 | 121.1 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 75 | 0 | 0.89 | 0.66 | 0.15 | 344 | 0.81 | 0.47 |
| Hex | DA | 17 | 4B | 0 | 59 | 42 | F | 158 | 51 | 2F |
| Octal | 332 | 27 | 113 | 0 | 131 | 102 | 17 | 530 | 121 | 57 |
| Binary | 11011010 | 10111 | 1001011 | 0 | 1011001 | 1000010 | 1111 | 101011000 | 1010001 | 101111 |
Color Harmonies of #DA174B
Complementary color
Monochromatic Colors of #DA174B
Black with #DA174B
Text Example
Text Example
White with #DA174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA174B; }
p { color: rgb(218,23,75); }
H1.HeaderClassName
{
color: #DA174B;
}
.AnyTagClassName
{
color: #DA174B;
}
</style>
background-color css
<style>
a { background-color: #DA174B; }
a { background-color: rgb(218,23,75); }
div.DivClassName
{
background-color: #DA174B;
}
.BgClassName
{
background-color: #DA174B;
}
</style>
border-color css
<style>
span { border-color: #DA174B; }
span { border-color: rgb(218,23,75); }
td.TdClassName
{
border-color: #DA174B;
}
.TagClassName
{
border-color: #DA174B;
}
</style>