Shades of Cinnabar #D7432A
Tints of Cinnabar #D7432A
RGB
CMYK
RGB Variations
Color information
#D7432A (or 0xD7432A) is known color: Cinnabar. HEX triplet: D7, 43 and 2A. RGB value is (215,67,42). Sum of RGB (Red+Green+Blue) = 215+67+42=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D7432A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7432A is #28BCD5. Grayscale: #6C6C6C. Windows color (decimal): -2669782 or 2769879. OLE color: 2769879.
HSL color Cylindrical-coordinate representation of color #D7432A: hue angle of 8.67º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7432A is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 42 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.16 |
| HSL | 8.67º | 0.68% | 0.5% | - |
| HSV(B) | 8.67º | 0.8% | 0.84% | - |
| XYZ | 30.45 | 18.63 | 4.18 | - |
| YUV | 108.4 | 90.53 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 42 | 0 | 0.69 | 0.80 | 0.16 | 8.67 | 0.68 | 0.5 |
| Hex | D7 | 43 | 2A | 0 | 45 | 50 | 10 | 9 | 44 | 32 |
| Octal | 327 | 103 | 52 | 0 | 105 | 120 | 20 | 11 | 104 | 62 |
| Binary | 11010111 | 1000011 | 101010 | 0 | 1000101 | 1010000 | 10000 | 1001 | 1000100 | 110010 |
Color Harmonies of #D7432A
Complementary color
Monochromatic Colors of #D7432A
Black with #D7432A
Text Example
Text Example
White with #D7432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7432A; }
p { color: rgb(215,67,42); }
H1.HeaderClassName
{
color: #D7432A;
}
.AnyTagClassName
{
color: #D7432A;
}
</style>
background-color css
<style>
a { background-color: #D7432A; }
a { background-color: rgb(215,67,42); }
div.DivClassName
{
background-color: #D7432A;
}
.BgClassName
{
background-color: #D7432A;
}
</style>
border-color css
<style>
span { border-color: #D7432A; }
span { border-color: rgb(215,67,42); }
td.TdClassName
{
border-color: #D7432A;
}
.TagClassName
{
border-color: #D7432A;
}
</style>