Shades of Cinnabar #D54A35
Tints of Cinnabar #D54A35
RGB
CMYK
RGB Variations
Color information
#D54A35 (or 0xD54A35) is known color: Cinnabar. HEX triplet: D5, 4A and 35. RGB value is (213,74,53). Sum of RGB (Red+Green+Blue) = 213+74+53=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54A35 is #2AB5CA. Grayscale: #717171. Windows color (decimal): -2799051 or 3492565. OLE color: 3492565.
HSL color Cylindrical-coordinate representation of color #D54A35: hue angle of 7.87º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D54A35 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 53 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.16 |
| HSL | 7.88º | 0.66% | 0.52% | - |
| HSV(B) | 7.88º | 0.75% | 0.84% | - |
| XYZ | 30.53 | 19.3 | 5.48 | - |
| YUV | 113.17 | 94.05 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 53 | 0 | 0.65 | 0.75 | 0.16 | 7.88 | 0.66 | 0.52 |
| Hex | D5 | 4A | 35 | 0 | 41 | 4B | 10 | 8 | 42 | 34 |
| Octal | 325 | 112 | 65 | 0 | 101 | 113 | 20 | 10 | 102 | 64 |
| Binary | 11010101 | 1001010 | 110101 | 0 | 1000001 | 1001011 | 10000 | 1000 | 1000010 | 110100 |
Color Harmonies of #D54A35
Complementary color
Monochromatic Colors of #D54A35
Black with #D54A35
Text Example
Text Example
White with #D54A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A35; }
p { color: rgb(213,74,53); }
H1.HeaderClassName
{
color: #D54A35;
}
.AnyTagClassName
{
color: #D54A35;
}
</style>
background-color css
<style>
a { background-color: #D54A35; }
a { background-color: rgb(213,74,53); }
div.DivClassName
{
background-color: #D54A35;
}
.BgClassName
{
background-color: #D54A35;
}
</style>
border-color css
<style>
span { border-color: #D54A35; }
span { border-color: rgb(213,74,53); }
td.TdClassName
{
border-color: #D54A35;
}
.TagClassName
{
border-color: #D54A35;
}
</style>