Shades of Cinnabar #DA421F
Tints of Cinnabar #DA421F
RGB
CMYK
RGB Variations
Color information
#DA421F (or 0xDA421F) is known color: Cinnabar. HEX triplet: DA, 42 and 1F. RGB value is (218,66,31). Sum of RGB (Red+Green+Blue) = 218+66+31=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA421F is #25BDE0. Grayscale: #6B6B6B. Windows color (decimal): -2473441 or 2048730. OLE color: 2048730.
HSL color Cylindrical-coordinate representation of color #DA421F: hue angle of 11.23º 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 #DA421F is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 31 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.15 |
| HSL | 11.23º | 0.75% | 0.49% | - |
| HSV(B) | 11.23º | 0.86% | 0.85% | - |
| XYZ | 31.11 | 18.9 | 3.3 | - |
| YUV | 107.46 | 84.86 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 31 | 0 | 0.70 | 0.86 | 0.15 | 11.23 | 0.75 | 0.49 |
| Hex | DA | 42 | 1F | 0 | 46 | 56 | F | B | 4B | 31 |
| Octal | 332 | 102 | 37 | 0 | 106 | 126 | 17 | 13 | 113 | 61 |
| Binary | 11011010 | 1000010 | 11111 | 0 | 1000110 | 1010110 | 1111 | 1011 | 1001011 | 110001 |
Color Harmonies of #DA421F
Complementary color
Monochromatic Colors of #DA421F
Black with #DA421F
Text Example
Text Example
White with #DA421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA421F; }
p { color: rgb(218,66,31); }
H1.HeaderClassName
{
color: #DA421F;
}
.AnyTagClassName
{
color: #DA421F;
}
</style>
background-color css
<style>
a { background-color: #DA421F; }
a { background-color: rgb(218,66,31); }
div.DivClassName
{
background-color: #DA421F;
}
.BgClassName
{
background-color: #DA421F;
}
</style>
border-color css
<style>
span { border-color: #DA421F; }
span { border-color: rgb(218,66,31); }
td.TdClassName
{
border-color: #DA421F;
}
.TagClassName
{
border-color: #DA421F;
}
</style>