Shades of Crimson #DA0B32
Tints of Crimson #DA0B32
RGB
CMYK
RGB Variations
Color information
#DA0B32 (or 0xDA0B32) is known color: Crimson. HEX triplet: DA, 0B and 32. RGB value is (218,11,50). Sum of RGB (Red+Green+Blue) = 218+11+50=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0B32 is #25F4CD. Grayscale: #4D4D4D. Windows color (decimal): -2487502 or 3279834. OLE color: 3279834.
HSL color Cylindrical-coordinate representation of color #DA0B32: hue angle of 348.7º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0B32 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 50 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.15 |
| HSL | 348.7º | 0.9% | 0.45% | - |
| HSV(B) | 348.7º | 0.95% | 0.85% | - |
| XYZ | 29.61 | 15.38 | 4.42 | - |
| YUV | 77.34 | 112.58 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 50 | 0 | 0.95 | 0.77 | 0.15 | 348.7 | 0.9 | 0.45 |
| Hex | DA | B | 32 | 0 | 5F | 4D | F | 15D | 5A | 2D |
| Octal | 332 | 13 | 62 | 0 | 137 | 115 | 17 | 535 | 132 | 55 |
| Binary | 11011010 | 1011 | 110010 | 0 | 1011111 | 1001101 | 1111 | 101011101 | 1011010 | 101101 |
Color Harmonies of #DA0B32
Complementary color
Monochromatic Colors of #DA0B32
Black with #DA0B32
Text Example
Text Example
White with #DA0B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0B32; }
p { color: rgb(218,11,50); }
H1.HeaderClassName
{
color: #DA0B32;
}
.AnyTagClassName
{
color: #DA0B32;
}
</style>
background-color css
<style>
a { background-color: #DA0B32; }
a { background-color: rgb(218,11,50); }
div.DivClassName
{
background-color: #DA0B32;
}
.BgClassName
{
background-color: #DA0B32;
}
</style>
border-color css
<style>
span { border-color: #DA0B32; }
span { border-color: rgb(218,11,50); }
td.TdClassName
{
border-color: #DA0B32;
}
.TagClassName
{
border-color: #DA0B32;
}
</style>