Shades of Cinnabar #D53F30
Tints of Cinnabar #D53F30
RGB
CMYK
RGB Variations
Color information
#D53F30 (or 0xD53F30) is known color: Cinnabar. HEX triplet: D5, 3F and 30. RGB value is (213,63,48). Sum of RGB (Red+Green+Blue) = 213+63+48=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F30 is #2AC0CF. Grayscale: #6A6A6A. Windows color (decimal): -2801872 or 3162069. OLE color: 3162069.
HSL color Cylindrical-coordinate representation of color #D53F30: hue angle of 5.45º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53F30 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 48 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.16 |
| HSL | 5.45º | 0.66% | 0.51% | - |
| HSV(B) | 5.45º | 0.77% | 0.84% | - |
| XYZ | 29.75 | 17.91 | 4.69 | - |
| YUV | 106.14 | 95.2 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 48 | 0 | 0.70 | 0.77 | 0.16 | 5.45 | 0.66 | 0.51 |
| Hex | D5 | 3F | 30 | 0 | 46 | 4D | 10 | 5 | 42 | 33 |
| Octal | 325 | 77 | 60 | 0 | 106 | 115 | 20 | 5 | 102 | 63 |
| Binary | 11010101 | 111111 | 110000 | 0 | 1000110 | 1001101 | 10000 | 101 | 1000010 | 110011 |
Color Harmonies of #D53F30
Complementary color
Monochromatic Colors of #D53F30
Black with #D53F30
Text Example
Text Example
White with #D53F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F30; }
p { color: rgb(213,63,48); }
H1.HeaderClassName
{
color: #D53F30;
}
.AnyTagClassName
{
color: #D53F30;
}
</style>
background-color css
<style>
a { background-color: #D53F30; }
a { background-color: rgb(213,63,48); }
div.DivClassName
{
background-color: #D53F30;
}
.BgClassName
{
background-color: #D53F30;
}
</style>
border-color css
<style>
span { border-color: #D53F30; }
span { border-color: rgb(213,63,48); }
td.TdClassName
{
border-color: #D53F30;
}
.TagClassName
{
border-color: #D53F30;
}
</style>