Shades of Cinnabar #D54128
Tints of Cinnabar #D54128
RGB
CMYK
RGB Variations
Color information
#D54128 (or 0xD54128) is known color: Cinnabar. HEX triplet: D5, 41 and 28. RGB value is (213,65,40). Sum of RGB (Red+Green+Blue) = 213+65+40=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D54128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54128 is #2ABED7. Grayscale: #6A6A6A. Windows color (decimal): -2801368 or 2638293. OLE color: 2638293.
HSL color Cylindrical-coordinate representation of color #D54128: 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.81%. Process color model (Four color, CMYK) of #D54128 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 40 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.16 |
| HSL | 8.67º | 0.68% | 0.5% | - |
| HSV(B) | 8.67º | 0.81% | 0.84% | - |
| XYZ | 29.71 | 18.08 | 3.93 | - |
| YUV | 106.4 | 90.53 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 40 | 0 | 0.69 | 0.81 | 0.16 | 8.67 | 0.68 | 0.5 |
| Hex | D5 | 41 | 28 | 0 | 45 | 51 | 10 | 9 | 44 | 32 |
| Octal | 325 | 101 | 50 | 0 | 105 | 121 | 20 | 11 | 104 | 62 |
| Binary | 11010101 | 1000001 | 101000 | 0 | 1000101 | 1010001 | 10000 | 1001 | 1000100 | 110010 |
Color Harmonies of #D54128
Complementary color
Monochromatic Colors of #D54128
Black with #D54128
Text Example
Text Example
White with #D54128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54128; }
p { color: rgb(213,65,40); }
H1.HeaderClassName
{
color: #D54128;
}
.AnyTagClassName
{
color: #D54128;
}
</style>
background-color css
<style>
a { background-color: #D54128; }
a { background-color: rgb(213,65,40); }
div.DivClassName
{
background-color: #D54128;
}
.BgClassName
{
background-color: #D54128;
}
</style>
border-color css
<style>
span { border-color: #D54128; }
span { border-color: rgb(213,65,40); }
td.TdClassName
{
border-color: #D54128;
}
.TagClassName
{
border-color: #D54128;
}
</style>