Shades of Cinnabar #D64130
Tints of Cinnabar #D64130
RGB
CMYK
RGB Variations
Color information
#D64130 (or 0xD64130) is known color: Cinnabar. HEX triplet: D6, 41 and 30. RGB value is (214,65,48). Sum of RGB (Red+Green+Blue) = 214+65+48=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D64130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64130 is #29BECF. Grayscale: #6B6B6B. Windows color (decimal): -2735824 or 3162582. OLE color: 3162582.
HSL color Cylindrical-coordinate representation of color #D64130: hue angle of 6.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D64130 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 48 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.16 |
| HSL | 6.14º | 0.67% | 0.51% | - |
| HSV(B) | 6.14º | 0.78% | 0.84% | - |
| XYZ | 30.16 | 18.29 | 4.74 | - |
| YUV | 107.61 | 94.36 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 48 | 0 | 0.70 | 0.78 | 0.16 | 6.14 | 0.67 | 0.51 |
| Hex | D6 | 41 | 30 | 0 | 46 | 4E | 10 | 6 | 43 | 33 |
| Octal | 326 | 101 | 60 | 0 | 106 | 116 | 20 | 6 | 103 | 63 |
| Binary | 11010110 | 1000001 | 110000 | 0 | 1000110 | 1001110 | 10000 | 110 | 1000011 | 110011 |
Color Harmonies of #D64130
Complementary color
Monochromatic Colors of #D64130
Black with #D64130
Text Example
Text Example
White with #D64130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64130; }
p { color: rgb(214,65,48); }
H1.HeaderClassName
{
color: #D64130;
}
.AnyTagClassName
{
color: #D64130;
}
</style>
background-color css
<style>
a { background-color: #D64130; }
a { background-color: rgb(214,65,48); }
div.DivClassName
{
background-color: #D64130;
}
.BgClassName
{
background-color: #D64130;
}
</style>
border-color css
<style>
span { border-color: #D64130; }
span { border-color: rgb(214,65,48); }
td.TdClassName
{
border-color: #D64130;
}
.TagClassName
{
border-color: #D64130;
}
</style>