Shades of Crimson #DA0933
Tints of Crimson #DA0933
RGB
CMYK
RGB Variations
Color information
#DA0933 (or 0xDA0933) is known color: Crimson. HEX triplet: DA, 09 and 33. RGB value is (218,9,51). Sum of RGB (Red+Green+Blue) = 218+9+51=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0933 is #25F6CC. Grayscale: #4C4C4C. Windows color (decimal): -2488013 or 3344858. OLE color: 3344858.
HSL color Cylindrical-coordinate representation of color #DA0933: hue angle of 347.94º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0933 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 51 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.15 |
| HSL | 347.94º | 0.92% | 0.45% | - |
| HSV(B) | 347.94º | 0.96% | 0.85% | - |
| XYZ | 29.61 | 15.34 | 4.53 | - |
| YUV | 76.28 | 113.74 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 51 | 0 | 0.96 | 0.77 | 0.15 | 347.94 | 0.92 | 0.45 |
| Hex | DA | 9 | 33 | 0 | 60 | 4D | F | 15C | 5C | 2D |
| Octal | 332 | 11 | 63 | 0 | 140 | 115 | 17 | 534 | 134 | 55 |
| Binary | 11011010 | 1001 | 110011 | 0 | 1100000 | 1001101 | 1111 | 101011100 | 1011100 | 101101 |
Color Harmonies of #DA0933
Complementary color
Monochromatic Colors of #DA0933
Black with #DA0933
Text Example
Text Example
White with #DA0933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0933; }
p { color: rgb(218,9,51); }
H1.HeaderClassName
{
color: #DA0933;
}
.AnyTagClassName
{
color: #DA0933;
}
</style>
background-color css
<style>
a { background-color: #DA0933; }
a { background-color: rgb(218,9,51); }
div.DivClassName
{
background-color: #DA0933;
}
.BgClassName
{
background-color: #DA0933;
}
</style>
border-color css
<style>
span { border-color: #DA0933; }
span { border-color: rgb(218,9,51); }
td.TdClassName
{
border-color: #DA0933;
}
.TagClassName
{
border-color: #DA0933;
}
</style>