Shades of Cinnabar #DA423F
Tints of Cinnabar #DA423F
RGB
CMYK
RGB Variations
Color information
#DA423F (or 0xDA423F) is known color: Cinnabar. HEX triplet: DA, 42 and 3F. RGB value is (218,66,63). Sum of RGB (Red+Green+Blue) = 218+66+63=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA423F is #25BDC0. Grayscale: #6F6F6F. Windows color (decimal): -2473409 or 4145882. OLE color: 4145882.
HSL color Cylindrical-coordinate representation of color #DA423F: hue angle of 1.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA423F is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 63 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.15 |
| HSL | 1.16º | 0.68% | 0.55% | - |
| HSV(B) | 1.16º | 0.71% | 0.85% | - |
| XYZ | 31.76 | 19.16 | 6.73 | - |
| YUV | 111.11 | 100.86 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 63 | 0 | 0.70 | 0.71 | 0.15 | 1.16 | 0.68 | 0.55 |
| Hex | DA | 42 | 3F | 0 | 46 | 47 | F | 1 | 44 | 37 |
| Octal | 332 | 102 | 77 | 0 | 106 | 107 | 17 | 1 | 104 | 67 |
| Binary | 11011010 | 1000010 | 111111 | 0 | 1000110 | 1000111 | 1111 | 1 | 1000100 | 110111 |
Color Harmonies of #DA423F
Complementary color
Monochromatic Colors of #DA423F
Black with #DA423F
Text Example
Text Example
White with #DA423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA423F; }
p { color: rgb(218,66,63); }
H1.HeaderClassName
{
color: #DA423F;
}
.AnyTagClassName
{
color: #DA423F;
}
</style>
background-color css
<style>
a { background-color: #DA423F; }
a { background-color: rgb(218,66,63); }
div.DivClassName
{
background-color: #DA423F;
}
.BgClassName
{
background-color: #DA423F;
}
</style>
border-color css
<style>
span { border-color: #DA423F; }
span { border-color: rgb(218,66,63); }
td.TdClassName
{
border-color: #DA423F;
}
.TagClassName
{
border-color: #DA423F;
}
</style>