Shades of Cinnabar #DA403E
Tints of Cinnabar #DA403E
RGB
CMYK
RGB Variations
Color information
#DA403E (or 0xDA403E) is known color: Cinnabar. HEX triplet: DA, 40 and 3E. RGB value is (218,64,62). Sum of RGB (Red+Green+Blue) = 218+64+62=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA403E is #25BFC1. Grayscale: #6D6D6D. Windows color (decimal): -2473922 or 4079834. OLE color: 4079834.
HSL color Cylindrical-coordinate representation of color #DA403E: hue angle of 0.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA403E is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 62 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.15 |
| HSL | 0.77º | 0.68% | 0.55% | - |
| HSV(B) | 0.77º | 0.72% | 0.85% | - |
| XYZ | 31.62 | 18.92 | 6.54 | - |
| YUV | 109.82 | 101.02 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 62 | 0 | 0.71 | 0.72 | 0.15 | 0.77 | 0.68 | 0.55 |
| Hex | DA | 40 | 3E | 0 | 47 | 48 | F | 1 | 44 | 37 |
| Octal | 332 | 100 | 76 | 0 | 107 | 110 | 17 | 1 | 104 | 67 |
| Binary | 11011010 | 1000000 | 111110 | 0 | 1000111 | 1001000 | 1111 | 1 | 1000100 | 110111 |
Color Harmonies of #DA403E
Complementary color
Monochromatic Colors of #DA403E
Black with #DA403E
Text Example
Text Example
White with #DA403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA403E; }
p { color: rgb(218,64,62); }
H1.HeaderClassName
{
color: #DA403E;
}
.AnyTagClassName
{
color: #DA403E;
}
</style>
background-color css
<style>
a { background-color: #DA403E; }
a { background-color: rgb(218,64,62); }
div.DivClassName
{
background-color: #DA403E;
}
.BgClassName
{
background-color: #DA403E;
}
</style>
border-color css
<style>
span { border-color: #DA403E; }
span { border-color: rgb(218,64,62); }
td.TdClassName
{
border-color: #DA403E;
}
.TagClassName
{
border-color: #DA403E;
}
</style>