Shades of Cinnabar #D74328
Tints of Cinnabar #D74328
RGB
CMYK
RGB Variations
Color information
#D74328 (or 0xD74328) is known color: Cinnabar. HEX triplet: D7, 43 and 28. RGB value is (215,67,40). Sum of RGB (Red+Green+Blue) = 215+67+40=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D74328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74328 is #28BCD7. Grayscale: #6C6C6C. Windows color (decimal): -2669784 or 2638807. OLE color: 2638807.
HSL color Cylindrical-coordinate representation of color #D74328: hue angle of 9.26º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D74328 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 67 | 40 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.16 |
| HSL | 9.26º | 0.69% | 0.5% | - |
| HSV(B) | 9.26º | 0.81% | 0.84% | - |
| XYZ | 30.41 | 18.61 | 4 | - |
| YUV | 108.17 | 89.53 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 67 | 40 | 0 | 0.69 | 0.81 | 0.16 | 9.26 | 0.69 | 0.5 |
| Hex | D7 | 43 | 28 | 0 | 45 | 51 | 10 | 9 | 45 | 32 |
| Octal | 327 | 103 | 50 | 0 | 105 | 121 | 20 | 11 | 105 | 62 |
| Binary | 11010111 | 1000011 | 101000 | 0 | 1000101 | 1010001 | 10000 | 1001 | 1000101 | 110010 |
Color Harmonies of #D74328
Complementary color
Monochromatic Colors of #D74328
Black with #D74328
Text Example
Text Example
White with #D74328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74328; }
p { color: rgb(215,67,40); }
H1.HeaderClassName
{
color: #D74328;
}
.AnyTagClassName
{
color: #D74328;
}
</style>
background-color css
<style>
a { background-color: #D74328; }
a { background-color: rgb(215,67,40); }
div.DivClassName
{
background-color: #D74328;
}
.BgClassName
{
background-color: #D74328;
}
</style>
border-color css
<style>
span { border-color: #D74328; }
span { border-color: rgb(215,67,40); }
td.TdClassName
{
border-color: #D74328;
}
.TagClassName
{
border-color: #D74328;
}
</style>