Shades of Crimson #DA1338
Tints of Crimson #DA1338
RGB
CMYK
RGB Variations
Color information
#DA1338 (or 0xDA1338) is known color: Crimson. HEX triplet: DA, 13 and 38. RGB value is (218,19,56). Sum of RGB (Red+Green+Blue) = 218+19+56=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1338 is #25ECC7. Grayscale: #525252. Windows color (decimal): -2485448 or 3675098. OLE color: 3675098.
HSL color Cylindrical-coordinate representation of color #DA1338: hue angle of 348.84º 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 #DA1338 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 56 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.15 |
| HSL | 348.84º | 0.84% | 0.46% | - |
| HSV(B) | 348.84º | 0.91% | 0.85% | - |
| XYZ | 29.86 | 15.66 | 5.19 | - |
| YUV | 82.72 | 112.93 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 56 | 0 | 0.91 | 0.74 | 0.15 | 348.84 | 0.84 | 0.46 |
| Hex | DA | 13 | 38 | 0 | 5B | 4A | F | 15D | 54 | 2E |
| Octal | 332 | 23 | 70 | 0 | 133 | 112 | 17 | 535 | 124 | 56 |
| Binary | 11011010 | 10011 | 111000 | 0 | 1011011 | 1001010 | 1111 | 101011101 | 1010100 | 101110 |
Color Harmonies of #DA1338
Complementary color
Monochromatic Colors of #DA1338
Black with #DA1338
Text Example
Text Example
White with #DA1338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1338; }
p { color: rgb(218,19,56); }
H1.HeaderClassName
{
color: #DA1338;
}
.AnyTagClassName
{
color: #DA1338;
}
</style>
background-color css
<style>
a { background-color: #DA1338; }
a { background-color: rgb(218,19,56); }
div.DivClassName
{
background-color: #DA1338;
}
.BgClassName
{
background-color: #DA1338;
}
</style>
border-color css
<style>
span { border-color: #DA1338; }
span { border-color: rgb(218,19,56); }
td.TdClassName
{
border-color: #DA1338;
}
.TagClassName
{
border-color: #DA1338;
}
</style>