Shades of Cinnabar #D63F23
Tints of Cinnabar #D63F23
RGB
CMYK
RGB Variations
Color information
#D63F23 (or 0xD63F23) is known color: Cinnabar. HEX triplet: D6, 3F and 23. RGB value is (214,63,35). Sum of RGB (Red+Green+Blue) = 214+63+35=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F23 is #29C0DC. Grayscale: #696969. Windows color (decimal): -2736349 or 2310102. OLE color: 2310102.
HSL color Cylindrical-coordinate representation of color #D63F23: hue angle of 9.39º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D63F23 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 35 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.16 |
| HSL | 9.39º | 0.72% | 0.49% | - |
| HSV(B) | 9.39º | 0.84% | 0.84% | - |
| XYZ | 29.81 | 17.97 | 3.49 | - |
| YUV | 104.96 | 88.53 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 35 | 0 | 0.71 | 0.84 | 0.16 | 9.39 | 0.72 | 0.49 |
| Hex | D6 | 3F | 23 | 0 | 47 | 54 | 10 | 9 | 48 | 31 |
| Octal | 326 | 77 | 43 | 0 | 107 | 124 | 20 | 11 | 110 | 61 |
| Binary | 11010110 | 111111 | 100011 | 0 | 1000111 | 1010100 | 10000 | 1001 | 1001000 | 110001 |
Color Harmonies of #D63F23
Complementary color
Monochromatic Colors of #D63F23
Black with #D63F23
Text Example
Text Example
White with #D63F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F23; }
p { color: rgb(214,63,35); }
H1.HeaderClassName
{
color: #D63F23;
}
.AnyTagClassName
{
color: #D63F23;
}
</style>
background-color css
<style>
a { background-color: #D63F23; }
a { background-color: rgb(214,63,35); }
div.DivClassName
{
background-color: #D63F23;
}
.BgClassName
{
background-color: #D63F23;
}
</style>
border-color css
<style>
span { border-color: #D63F23; }
span { border-color: rgb(214,63,35); }
td.TdClassName
{
border-color: #D63F23;
}
.TagClassName
{
border-color: #D63F23;
}
</style>