Shades of Crimson #DA124B
Tints of Crimson #DA124B
RGB
CMYK
RGB Variations
Color information
#DA124B (or 0xDA124B) is known color: Crimson. HEX triplet: DA, 12 and 4B. RGB value is (218,18,75). Sum of RGB (Red+Green+Blue) = 218+18+75=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA124B is #25EDB4. Grayscale: #545454. Windows color (decimal): -2485685 or 4920026. OLE color: 4920026.
HSL color Cylindrical-coordinate representation of color #DA124B: hue angle of 342.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA124B is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 75 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.15 |
| HSL | 342.9º | 0.85% | 0.46% | - |
| HSV(B) | 342.9º | 0.92% | 0.85% | - |
| XYZ | 30.4 | 15.85 | 8.11 | - |
| YUV | 84.3 | 122.76 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 75 | 0 | 0.92 | 0.66 | 0.15 | 342.9 | 0.85 | 0.46 |
| Hex | DA | 12 | 4B | 0 | 5C | 42 | F | 157 | 55 | 2E |
| Octal | 332 | 22 | 113 | 0 | 134 | 102 | 17 | 527 | 125 | 56 |
| Binary | 11011010 | 10010 | 1001011 | 0 | 1011100 | 1000010 | 1111 | 101010111 | 1010101 | 101110 |
Color Harmonies of #DA124B
Complementary color
Monochromatic Colors of #DA124B
Black with #DA124B
Text Example
Text Example
White with #DA124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA124B; }
p { color: rgb(218,18,75); }
H1.HeaderClassName
{
color: #DA124B;
}
.AnyTagClassName
{
color: #DA124B;
}
</style>
background-color css
<style>
a { background-color: #DA124B; }
a { background-color: rgb(218,18,75); }
div.DivClassName
{
background-color: #DA124B;
}
.BgClassName
{
background-color: #DA124B;
}
</style>
border-color css
<style>
span { border-color: #DA124B; }
span { border-color: rgb(218,18,75); }
td.TdClassName
{
border-color: #DA124B;
}
.TagClassName
{
border-color: #DA124B;
}
</style>