Shades of Cinnabar #D5433C
Tints of Cinnabar #D5433C
RGB
CMYK
RGB Variations
Color information
#D5433C (or 0xD5433C) is known color: Cinnabar. HEX triplet: D5, 43 and 3C. RGB value is (213,67,60). Sum of RGB (Red+Green+Blue) = 213+67+60=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5433C is #2ABCC3. Grayscale: #6E6E6E. Windows color (decimal): -2800836 or 3949525. OLE color: 3949525.
HSL color Cylindrical-coordinate representation of color #D5433C: hue angle of 2.75º degrees, saturation: 0.65, 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 #D5433C is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 60 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.16 |
| HSL | 2.75º | 0.65% | 0.54% | - |
| HSV(B) | 2.75º | 0.72% | 0.84% | - |
| XYZ | 30.26 | 18.49 | 6.25 | - |
| YUV | 109.86 | 99.87 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 60 | 0 | 0.69 | 0.72 | 0.16 | 2.75 | 0.65 | 0.54 |
| Hex | D5 | 43 | 3C | 0 | 45 | 48 | 10 | 3 | 41 | 36 |
| Octal | 325 | 103 | 74 | 0 | 105 | 110 | 20 | 3 | 101 | 66 |
| Binary | 11010101 | 1000011 | 111100 | 0 | 1000101 | 1001000 | 10000 | 11 | 1000001 | 110110 |
Color Harmonies of #D5433C
Complementary color
Monochromatic Colors of #D5433C
Black with #D5433C
Text Example
Text Example
White with #D5433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5433C; }
p { color: rgb(213,67,60); }
H1.HeaderClassName
{
color: #D5433C;
}
.AnyTagClassName
{
color: #D5433C;
}
</style>
background-color css
<style>
a { background-color: #D5433C; }
a { background-color: rgb(213,67,60); }
div.DivClassName
{
background-color: #D5433C;
}
.BgClassName
{
background-color: #D5433C;
}
</style>
border-color css
<style>
span { border-color: #D5433C; }
span { border-color: rgb(213,67,60); }
td.TdClassName
{
border-color: #D5433C;
}
.TagClassName
{
border-color: #D5433C;
}
</style>