Shades of Cinnabar #D7403D
Tints of Cinnabar #D7403D
RGB
CMYK
RGB Variations
Color information
#D7403D (or 0xD7403D) is known color: Cinnabar. HEX triplet: D7, 40 and 3D. RGB value is (215,64,61). Sum of RGB (Red+Green+Blue) = 215+64+61=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D7403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7403D is #28BFC2. Grayscale: #6C6C6C. Windows color (decimal): -2670531 or 4014295. OLE color: 4014295.
HSL color Cylindrical-coordinate representation of color #D7403D: hue angle of 1.17º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D7403D is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 61 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.16 |
| HSL | 1.17º | 0.66% | 0.54% | - |
| HSV(B) | 1.17º | 0.72% | 0.84% | - |
| XYZ | 30.7 | 18.45 | 6.36 | - |
| YUV | 108.81 | 101.03 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 61 | 0 | 0.70 | 0.72 | 0.16 | 1.17 | 0.66 | 0.54 |
| Hex | D7 | 40 | 3D | 0 | 46 | 48 | 10 | 1 | 42 | 36 |
| Octal | 327 | 100 | 75 | 0 | 106 | 110 | 20 | 1 | 102 | 66 |
| Binary | 11010111 | 1000000 | 111101 | 0 | 1000110 | 1001000 | 10000 | 1 | 1000010 | 110110 |
Color Harmonies of #D7403D
Complementary color
Monochromatic Colors of #D7403D
Black with #D7403D
Text Example
Text Example
White with #D7403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7403D; }
p { color: rgb(215,64,61); }
H1.HeaderClassName
{
color: #D7403D;
}
.AnyTagClassName
{
color: #D7403D;
}
</style>
background-color css
<style>
a { background-color: #D7403D; }
a { background-color: rgb(215,64,61); }
div.DivClassName
{
background-color: #D7403D;
}
.BgClassName
{
background-color: #D7403D;
}
</style>
border-color css
<style>
span { border-color: #D7403D; }
span { border-color: rgb(215,64,61); }
td.TdClassName
{
border-color: #D7403D;
}
.TagClassName
{
border-color: #D7403D;
}
</style>