Shades of Chilean Fire #D55B30
Tints of Chilean Fire #D55B30
RGB
CMYK
RGB Variations
Color information
#D55B30 (or 0xD55B30) is known color: Chilean Fire. HEX triplet: D5, 5B and 30. RGB value is (213,91,48). Sum of RGB (Red+Green+Blue) = 213+91+48=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55B30 is #2AA4CF. Grayscale: #7A7A7A. Windows color (decimal): -2794704 or 3169237. OLE color: 3169237.
HSL color Cylindrical-coordinate representation of color #D55B30: hue angle of 15.64º 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 #D55B30 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 48 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.16 |
| HSL | 15.64º | 0.66% | 0.51% | - |
| HSV(B) | 15.64º | 0.77% | 0.84% | - |
| XYZ | 31.72 | 21.84 | 5.34 | - |
| YUV | 122.58 | 85.92 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 48 | 0 | 0.57 | 0.77 | 0.16 | 15.64 | 0.66 | 0.51 |
| Hex | D5 | 5B | 30 | 0 | 39 | 4D | 10 | 10 | 42 | 33 |
| Octal | 325 | 133 | 60 | 0 | 71 | 115 | 20 | 20 | 102 | 63 |
| Binary | 11010101 | 1011011 | 110000 | 0 | 111001 | 1001101 | 10000 | 10000 | 1000010 | 110011 |
Color Harmonies of #D55B30
Complementary color
Monochromatic Colors of #D55B30
Black with #D55B30
Text Example
Text Example
White with #D55B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55B30; }
p { color: rgb(213,91,48); }
H1.HeaderClassName
{
color: #D55B30;
}
.AnyTagClassName
{
color: #D55B30;
}
</style>
background-color css
<style>
a { background-color: #D55B30; }
a { background-color: rgb(213,91,48); }
div.DivClassName
{
background-color: #D55B30;
}
.BgClassName
{
background-color: #D55B30;
}
</style>
border-color css
<style>
span { border-color: #D55B30; }
span { border-color: rgb(213,91,48); }
td.TdClassName
{
border-color: #D55B30;
}
.TagClassName
{
border-color: #D55B30;
}
</style>