Shades of Cinnabar #DA461E
Tints of Cinnabar #DA461E
RGB
CMYK
RGB Variations
Color information
#DA461E (or 0xDA461E) is known color: Cinnabar. HEX triplet: DA, 46 and 1E. RGB value is (218,70,30). Sum of RGB (Red+Green+Blue) = 218+70+30=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA461E is #25B9E1. Grayscale: #6D6D6D. Windows color (decimal): -2472418 or 1984218. OLE color: 1984218.
HSL color Cylindrical-coordinate representation of color #DA461E: hue angle of 12.77º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA461E is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 30 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.15 |
| HSL | 12.77º | 0.76% | 0.49% | - |
| HSV(B) | 12.77º | 0.86% | 0.85% | - |
| XYZ | 31.34 | 19.38 | 3.32 | - |
| YUV | 109.69 | 83.03 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 30 | 0 | 0.68 | 0.86 | 0.15 | 12.77 | 0.76 | 0.49 |
| Hex | DA | 46 | 1E | 0 | 44 | 56 | F | D | 4C | 31 |
| Octal | 332 | 106 | 36 | 0 | 104 | 126 | 17 | 15 | 114 | 61 |
| Binary | 11011010 | 1000110 | 11110 | 0 | 1000100 | 1010110 | 1111 | 1101 | 1001100 | 110001 |
Color Harmonies of #DA461E
Complementary color
Monochromatic Colors of #DA461E
Black with #DA461E
Text Example
Text Example
White with #DA461E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA461E; }
p { color: rgb(218,70,30); }
H1.HeaderClassName
{
color: #DA461E;
}
.AnyTagClassName
{
color: #DA461E;
}
</style>
background-color css
<style>
a { background-color: #DA461E; }
a { background-color: rgb(218,70,30); }
div.DivClassName
{
background-color: #DA461E;
}
.BgClassName
{
background-color: #DA461E;
}
</style>
border-color css
<style>
span { border-color: #DA461E; }
span { border-color: rgb(218,70,30); }
td.TdClassName
{
border-color: #DA461E;
}
.TagClassName
{
border-color: #DA461E;
}
</style>