Shades of Cinnabar #DA372A
Tints of Cinnabar #DA372A
RGB
CMYK
RGB Variations
Color information
#DA372A (or 0xDA372A) is known color: Cinnabar. HEX triplet: DA, 37 and 2A. RGB value is (218,55,42). Sum of RGB (Red+Green+Blue) = 218+55+42=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA372A is #25C8D5. Grayscale: #666666. Windows color (decimal): -2476246 or 2766810. OLE color: 2766810.
HSL color Cylindrical-coordinate representation of color #DA372A: hue angle of 4.43º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA372A is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 42 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.15 |
| HSL | 4.43º | 0.7% | 0.51% | - |
| HSV(B) | 4.43º | 0.81% | 0.85% | - |
| XYZ | 30.7 | 17.8 | 4.01 | - |
| YUV | 102.26 | 94 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 42 | 0 | 0.75 | 0.81 | 0.15 | 4.43 | 0.7 | 0.51 |
| Hex | DA | 37 | 2A | 0 | 4B | 51 | F | 4 | 46 | 33 |
| Octal | 332 | 67 | 52 | 0 | 113 | 121 | 17 | 4 | 106 | 63 |
| Binary | 11011010 | 110111 | 101010 | 0 | 1001011 | 1010001 | 1111 | 100 | 1000110 | 110011 |
Color Harmonies of #DA372A
Complementary color
Monochromatic Colors of #DA372A
Black with #DA372A
Text Example
Text Example
White with #DA372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA372A; }
p { color: rgb(218,55,42); }
H1.HeaderClassName
{
color: #DA372A;
}
.AnyTagClassName
{
color: #DA372A;
}
</style>
background-color css
<style>
a { background-color: #DA372A; }
a { background-color: rgb(218,55,42); }
div.DivClassName
{
background-color: #DA372A;
}
.BgClassName
{
background-color: #DA372A;
}
</style>
border-color css
<style>
span { border-color: #DA372A; }
span { border-color: rgb(218,55,42); }
td.TdClassName
{
border-color: #DA372A;
}
.TagClassName
{
border-color: #DA372A;
}
</style>