Shades of Cinnabar #DA3A33
Tints of Cinnabar #DA3A33
RGB
CMYK
RGB Variations
Color information
#DA3A33 (or 0xDA3A33) is known color: Cinnabar. HEX triplet: DA, 3A and 33. RGB value is (218,58,51). Sum of RGB (Red+Green+Blue) = 218+58+51=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A33 is #25C5CC. Grayscale: #696969. Windows color (decimal): -2475469 or 3357402. OLE color: 3357402.
HSL color Cylindrical-coordinate representation of color #DA3A33: hue angle of 2.51º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3A33 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 51 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.15 |
| HSL | 2.51º | 0.69% | 0.53% | - |
| HSV(B) | 2.51º | 0.77% | 0.85% | - |
| XYZ | 31.02 | 18.17 | 5 | - |
| YUV | 105.04 | 97.51 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 51 | 0 | 0.73 | 0.77 | 0.15 | 2.51 | 0.69 | 0.53 |
| Hex | DA | 3A | 33 | 0 | 49 | 4D | F | 3 | 45 | 35 |
| Octal | 332 | 72 | 63 | 0 | 111 | 115 | 17 | 3 | 105 | 65 |
| Binary | 11011010 | 111010 | 110011 | 0 | 1001001 | 1001101 | 1111 | 11 | 1000101 | 110101 |
Color Harmonies of #DA3A33
Complementary color
Monochromatic Colors of #DA3A33
Black with #DA3A33
Text Example
Text Example
White with #DA3A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A33; }
p { color: rgb(218,58,51); }
H1.HeaderClassName
{
color: #DA3A33;
}
.AnyTagClassName
{
color: #DA3A33;
}
</style>
background-color css
<style>
a { background-color: #DA3A33; }
a { background-color: rgb(218,58,51); }
div.DivClassName
{
background-color: #DA3A33;
}
.BgClassName
{
background-color: #DA3A33;
}
</style>
border-color css
<style>
span { border-color: #DA3A33; }
span { border-color: rgb(218,58,51); }
td.TdClassName
{
border-color: #DA3A33;
}
.TagClassName
{
border-color: #DA3A33;
}
</style>