Shades of Chilean Fire #D55E33
Tints of Chilean Fire #D55E33
RGB
CMYK
RGB Variations
Color information
#D55E33 (or 0xD55E33) is known color: Chilean Fire. HEX triplet: D5, 5E and 33. RGB value is (213,94,51). Sum of RGB (Red+Green+Blue) = 213+94+51=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55E33 is #2AA1CC. Grayscale: #7C7C7C. Windows color (decimal): -2793933 or 3366613. OLE color: 3366613.
HSL color Cylindrical-coordinate representation of color #D55E33: hue angle of 15.93º 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 #D55E33 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 51 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.16 |
| HSL | 15.93º | 0.66% | 0.52% | - |
| HSV(B) | 15.93º | 0.76% | 0.84% | - |
| XYZ | 32.04 | 22.39 | 5.77 | - |
| YUV | 124.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 51 | 0 | 0.56 | 0.76 | 0.16 | 15.93 | 0.66 | 0.52 |
| Hex | D5 | 5E | 33 | 0 | 38 | 4C | 10 | 10 | 42 | 34 |
| Octal | 325 | 136 | 63 | 0 | 70 | 114 | 20 | 20 | 102 | 64 |
| Binary | 11010101 | 1011110 | 110011 | 0 | 111000 | 1001100 | 10000 | 10000 | 1000010 | 110100 |
Color Harmonies of #D55E33
Complementary color
Monochromatic Colors of #D55E33
Black with #D55E33
Text Example
Text Example
White with #D55E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E33; }
p { color: rgb(213,94,51); }
H1.HeaderClassName
{
color: #D55E33;
}
.AnyTagClassName
{
color: #D55E33;
}
</style>
background-color css
<style>
a { background-color: #D55E33; }
a { background-color: rgb(213,94,51); }
div.DivClassName
{
background-color: #D55E33;
}
.BgClassName
{
background-color: #D55E33;
}
</style>
border-color css
<style>
span { border-color: #D55E33; }
span { border-color: rgb(213,94,51); }
td.TdClassName
{
border-color: #D55E33;
}
.TagClassName
{
border-color: #D55E33;
}
</style>