Shades of Chilean Fire #D55330
Tints of Chilean Fire #D55330
RGB
CMYK
RGB Variations
Color information
#D55330 (or 0xD55330) is known color: Chilean Fire. HEX triplet: D5, 53 and 30. RGB value is (213,83,48). Sum of RGB (Red+Green+Blue) = 213+83+48=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D55330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55330 is #2AACCF. Grayscale: #767676. Windows color (decimal): -2796752 or 3167189. OLE color: 3167189.
HSL color Cylindrical-coordinate representation of color #D55330: hue angle of 12.73º 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 #D55330 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 48 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.16 |
| HSL | 12.73º | 0.66% | 0.51% | - |
| HSV(B) | 12.73º | 0.77% | 0.84% | - |
| XYZ | 31.07 | 20.55 | 5.12 | - |
| YUV | 117.88 | 88.57 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 48 | 0 | 0.61 | 0.77 | 0.16 | 12.73 | 0.66 | 0.51 |
| Hex | D5 | 53 | 30 | 0 | 3D | 4D | 10 | D | 42 | 33 |
| Octal | 325 | 123 | 60 | 0 | 75 | 115 | 20 | 15 | 102 | 63 |
| Binary | 11010101 | 1010011 | 110000 | 0 | 111101 | 1001101 | 10000 | 1101 | 1000010 | 110011 |
Color Harmonies of #D55330
Complementary color
Monochromatic Colors of #D55330
Black with #D55330
Text Example
Text Example
White with #D55330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55330; }
p { color: rgb(213,83,48); }
H1.HeaderClassName
{
color: #D55330;
}
.AnyTagClassName
{
color: #D55330;
}
</style>
background-color css
<style>
a { background-color: #D55330; }
a { background-color: rgb(213,83,48); }
div.DivClassName
{
background-color: #D55330;
}
.BgClassName
{
background-color: #D55330;
}
</style>
border-color css
<style>
span { border-color: #D55330; }
span { border-color: rgb(213,83,48); }
td.TdClassName
{
border-color: #D55330;
}
.TagClassName
{
border-color: #D55330;
}
</style>