Shades of Cinnabar #DA413C
Tints of Cinnabar #DA413C
RGB
CMYK
RGB Variations
Color information
#DA413C (or 0xDA413C) is known color: Cinnabar. HEX triplet: DA, 41 and 3C. RGB value is (218,65,60). Sum of RGB (Red+Green+Blue) = 218+65+60=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA413C is #25BEC3. Grayscale: #6E6E6E. Windows color (decimal): -2473668 or 3949018. OLE color: 3949018.
HSL color Cylindrical-coordinate representation of color #DA413C: hue angle of 1.9º 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 #DA413C is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 60 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.15 |
| HSL | 1.9º | 0.68% | 0.55% | - |
| HSV(B) | 1.9º | 0.72% | 0.85% | - |
| XYZ | 31.62 | 19.01 | 6.28 | - |
| YUV | 110.18 | 99.69 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 60 | 0 | 0.70 | 0.72 | 0.15 | 1.9 | 0.68 | 0.55 |
| Hex | DA | 41 | 3C | 0 | 46 | 48 | F | 2 | 44 | 37 |
| Octal | 332 | 101 | 74 | 0 | 106 | 110 | 17 | 2 | 104 | 67 |
| Binary | 11011010 | 1000001 | 111100 | 0 | 1000110 | 1001000 | 1111 | 10 | 1000100 | 110111 |
Color Harmonies of #DA413C
Complementary color
Monochromatic Colors of #DA413C
Black with #DA413C
Text Example
Text Example
White with #DA413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA413C; }
p { color: rgb(218,65,60); }
H1.HeaderClassName
{
color: #DA413C;
}
.AnyTagClassName
{
color: #DA413C;
}
</style>
background-color css
<style>
a { background-color: #DA413C; }
a { background-color: rgb(218,65,60); }
div.DivClassName
{
background-color: #DA413C;
}
.BgClassName
{
background-color: #DA413C;
}
</style>
border-color css
<style>
span { border-color: #DA413C; }
span { border-color: rgb(218,65,60); }
td.TdClassName
{
border-color: #DA413C;
}
.TagClassName
{
border-color: #DA413C;
}
</style>