Shades of Cinnabar #DA403A
Tints of Cinnabar #DA403A
RGB
CMYK
RGB Variations
Color information
#DA403A (or 0xDA403A) is known color: Cinnabar. HEX triplet: DA, 40 and 3A. RGB value is (218,64,58). Sum of RGB (Red+Green+Blue) = 218+64+58=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA403A is #25BFC5. Grayscale: #6D6D6D. Windows color (decimal): -2473926 or 3817690. OLE color: 3817690.
HSL color Cylindrical-coordinate representation of color #DA403A: hue angle of 2.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA403A is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 58 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.15 |
| HSL | 2.25º | 0.68% | 0.54% | - |
| HSV(B) | 2.25º | 0.73% | 0.85% | - |
| XYZ | 31.51 | 18.88 | 5.99 | - |
| YUV | 109.36 | 99.02 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 58 | 0 | 0.71 | 0.73 | 0.15 | 2.25 | 0.68 | 0.54 |
| Hex | DA | 40 | 3A | 0 | 47 | 49 | F | 2 | 44 | 36 |
| Octal | 332 | 100 | 72 | 0 | 107 | 111 | 17 | 2 | 104 | 66 |
| Binary | 11011010 | 1000000 | 111010 | 0 | 1000111 | 1001001 | 1111 | 10 | 1000100 | 110110 |
Color Harmonies of #DA403A
Complementary color
Monochromatic Colors of #DA403A
Black with #DA403A
Text Example
Text Example
White with #DA403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA403A; }
p { color: rgb(218,64,58); }
H1.HeaderClassName
{
color: #DA403A;
}
.AnyTagClassName
{
color: #DA403A;
}
</style>
background-color css
<style>
a { background-color: #DA403A; }
a { background-color: rgb(218,64,58); }
div.DivClassName
{
background-color: #DA403A;
}
.BgClassName
{
background-color: #DA403A;
}
</style>
border-color css
<style>
span { border-color: #DA403A; }
span { border-color: rgb(218,64,58); }
td.TdClassName
{
border-color: #DA403A;
}
.TagClassName
{
border-color: #DA403A;
}
</style>