Shades of Chilean Fire #D55F33
Tints of Chilean Fire #D55F33
RGB
CMYK
RGB Variations
Color information
#D55F33 (or 0xD55F33) is known color: Chilean Fire. HEX triplet: D5, 5F and 33. RGB value is (213,95,51). Sum of RGB (Red+Green+Blue) = 213+95+51=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55F33 is #2AA0CC. Grayscale: #7D7D7D. Windows color (decimal): -2793677 or 3366869. OLE color: 3366869.
HSL color Cylindrical-coordinate representation of color #D55F33: hue angle of 16.3º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D55F33 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 51 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.16 |
| HSL | 16.3º | 0.66% | 0.52% | - |
| HSV(B) | 16.3º | 0.76% | 0.84% | - |
| XYZ | 32.13 | 22.57 | 5.79 | - |
| YUV | 125.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 51 | 0 | 0.55 | 0.76 | 0.16 | 16.3 | 0.66 | 0.52 |
| Hex | D5 | 5F | 33 | 0 | 37 | 4C | 10 | 10 | 42 | 34 |
| Octal | 325 | 137 | 63 | 0 | 67 | 114 | 20 | 20 | 102 | 64 |
| Binary | 11010101 | 1011111 | 110011 | 0 | 110111 | 1001100 | 10000 | 10000 | 1000010 | 110100 |
Color Harmonies of #D55F33
Complementary color
Monochromatic Colors of #D55F33
Black with #D55F33
Text Example
Text Example
White with #D55F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F33; }
p { color: rgb(213,95,51); }
H1.HeaderClassName
{
color: #D55F33;
}
.AnyTagClassName
{
color: #D55F33;
}
</style>
background-color css
<style>
a { background-color: #D55F33; }
a { background-color: rgb(213,95,51); }
div.DivClassName
{
background-color: #D55F33;
}
.BgClassName
{
background-color: #D55F33;
}
</style>
border-color css
<style>
span { border-color: #D55F33; }
span { border-color: rgb(213,95,51); }
td.TdClassName
{
border-color: #D55F33;
}
.TagClassName
{
border-color: #D55F33;
}
</style>