Shades of Cinnabar #DA461F
Tints of Cinnabar #DA461F
RGB
CMYK
RGB Variations
Color information
#DA461F (or 0xDA461F) is known color: Cinnabar. HEX triplet: DA, 46 and 1F. RGB value is (218,70,31). Sum of RGB (Red+Green+Blue) = 218+70+31=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA461F is #25B9E0. Grayscale: #6E6E6E. Windows color (decimal): -2472417 or 2049754. OLE color: 2049754.
HSL color Cylindrical-coordinate representation of color #DA461F: hue angle of 12.51º degrees, saturation: 0.75, 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 #DA461F is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 31 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.15 |
| HSL | 12.51º | 0.75% | 0.49% | - |
| HSV(B) | 12.51º | 0.86% | 0.85% | - |
| XYZ | 31.35 | 19.38 | 3.39 | - |
| YUV | 109.81 | 83.53 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 31 | 0 | 0.68 | 0.86 | 0.15 | 12.51 | 0.75 | 0.49 |
| Hex | DA | 46 | 1F | 0 | 44 | 56 | F | D | 4B | 31 |
| Octal | 332 | 106 | 37 | 0 | 104 | 126 | 17 | 15 | 113 | 61 |
| Binary | 11011010 | 1000110 | 11111 | 0 | 1000100 | 1010110 | 1111 | 1101 | 1001011 | 110001 |
Color Harmonies of #DA461F
Complementary color
Monochromatic Colors of #DA461F
Black with #DA461F
Text Example
Text Example
White with #DA461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA461F; }
p { color: rgb(218,70,31); }
H1.HeaderClassName
{
color: #DA461F;
}
.AnyTagClassName
{
color: #DA461F;
}
</style>
background-color css
<style>
a { background-color: #DA461F; }
a { background-color: rgb(218,70,31); }
div.DivClassName
{
background-color: #DA461F;
}
.BgClassName
{
background-color: #DA461F;
}
</style>
border-color css
<style>
span { border-color: #DA461F; }
span { border-color: rgb(218,70,31); }
td.TdClassName
{
border-color: #DA461F;
}
.TagClassName
{
border-color: #DA461F;
}
</style>