Shades of Cinnabar #D54629
Tints of Cinnabar #D54629
RGB
CMYK
RGB Variations
Color information
#D54629 (or 0xD54629) is known color: Cinnabar. HEX triplet: D5, 46 and 29. RGB value is (213,70,41). Sum of RGB (Red+Green+Blue) = 213+70+41=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D54629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54629 is #2AB9D6. Grayscale: #6D6D6D. Windows color (decimal): -2800087 or 2705109. OLE color: 2705109.
HSL color Cylindrical-coordinate representation of color #D54629: hue angle of 10.12º degrees, saturation: 0.68, 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 #D54629 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 41 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.16 |
| HSL | 10.12º | 0.68% | 0.5% | - |
| HSV(B) | 10.12º | 0.81% | 0.84% | - |
| XYZ | 30.03 | 18.69 | 4.12 | - |
| YUV | 109.45 | 89.38 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 41 | 0 | 0.67 | 0.81 | 0.16 | 10.12 | 0.68 | 0.5 |
| Hex | D5 | 46 | 29 | 0 | 43 | 51 | 10 | A | 44 | 32 |
| Octal | 325 | 106 | 51 | 0 | 103 | 121 | 20 | 12 | 104 | 62 |
| Binary | 11010101 | 1000110 | 101001 | 0 | 1000011 | 1010001 | 10000 | 1010 | 1000100 | 110010 |
Color Harmonies of #D54629
Complementary color
Monochromatic Colors of #D54629
Black with #D54629
Text Example
Text Example
White with #D54629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54629; }
p { color: rgb(213,70,41); }
H1.HeaderClassName
{
color: #D54629;
}
.AnyTagClassName
{
color: #D54629;
}
</style>
background-color css
<style>
a { background-color: #D54629; }
a { background-color: rgb(213,70,41); }
div.DivClassName
{
background-color: #D54629;
}
.BgClassName
{
background-color: #D54629;
}
</style>
border-color css
<style>
span { border-color: #D54629; }
span { border-color: rgb(213,70,41); }
td.TdClassName
{
border-color: #D54629;
}
.TagClassName
{
border-color: #D54629;
}
</style>