Shades of Cinnabar #D83F26
Tints of Cinnabar #D83F26
RGB
CMYK
RGB Variations
Color information
#D83F26 (or 0xD83F26) is known color: Cinnabar. HEX triplet: D8, 3F and 26. RGB value is (216,63,38). Sum of RGB (Red+Green+Blue) = 216+63+38=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F26 is #27C0D9. Grayscale: #6A6A6A. Windows color (decimal): -2605274 or 2506712. OLE color: 2506712.
HSL color Cylindrical-coordinate representation of color #D83F26: hue angle of 8.43º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D83F26 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 38 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.15 |
| HSL | 8.43º | 0.7% | 0.5% | - |
| HSV(B) | 8.43º | 0.82% | 0.85% | - |
| XYZ | 30.45 | 18.29 | 3.76 | - |
| YUV | 105.9 | 89.69 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 38 | 0 | 0.71 | 0.82 | 0.15 | 8.43 | 0.7 | 0.5 |
| Hex | D8 | 3F | 26 | 0 | 47 | 52 | F | 8 | 46 | 32 |
| Octal | 330 | 77 | 46 | 0 | 107 | 122 | 17 | 10 | 106 | 62 |
| Binary | 11011000 | 111111 | 100110 | 0 | 1000111 | 1010010 | 1111 | 1000 | 1000110 | 110010 |
Color Harmonies of #D83F26
Complementary color
Monochromatic Colors of #D83F26
Black with #D83F26
Text Example
Text Example
White with #D83F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F26; }
p { color: rgb(216,63,38); }
H1.HeaderClassName
{
color: #D83F26;
}
.AnyTagClassName
{
color: #D83F26;
}
</style>
background-color css
<style>
a { background-color: #D83F26; }
a { background-color: rgb(216,63,38); }
div.DivClassName
{
background-color: #D83F26;
}
.BgClassName
{
background-color: #D83F26;
}
</style>
border-color css
<style>
span { border-color: #D83F26; }
span { border-color: rgb(216,63,38); }
td.TdClassName
{
border-color: #D83F26;
}
.TagClassName
{
border-color: #D83F26;
}
</style>