Shades of Chilean Fire #D55D27
Tints of Chilean Fire #D55D27
RGB
CMYK
RGB Variations
Color information
#D55D27 (or 0xD55D27) is known color: Chilean Fire. HEX triplet: D5, 5D and 27. RGB value is (213,93,39). Sum of RGB (Red+Green+Blue) = 213+93+39=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D27 is #2AA2D8. Grayscale: #7B7B7B. Windows color (decimal): -2794201 or 2579925. OLE color: 2579925.
HSL color Cylindrical-coordinate representation of color #D55D27: hue angle of 18.62º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D55D27 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 39 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.16 |
| HSL | 18.62º | 0.69% | 0.49% | - |
| HSV(B) | 18.62º | 0.82% | 0.84% | - |
| XYZ | 31.72 | 22.12 | 4.52 | - |
| YUV | 122.72 | 80.76 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 39 | 0 | 0.56 | 0.82 | 0.16 | 18.62 | 0.69 | 0.49 |
| Hex | D5 | 5D | 27 | 0 | 38 | 52 | 10 | 13 | 45 | 31 |
| Octal | 325 | 135 | 47 | 0 | 70 | 122 | 20 | 23 | 105 | 61 |
| Binary | 11010101 | 1011101 | 100111 | 0 | 111000 | 1010010 | 10000 | 10011 | 1000101 | 110001 |
Color Harmonies of #D55D27
Complementary color
Monochromatic Colors of #D55D27
Black with #D55D27
Text Example
Text Example
White with #D55D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D27; }
p { color: rgb(213,93,39); }
H1.HeaderClassName
{
color: #D55D27;
}
.AnyTagClassName
{
color: #D55D27;
}
</style>
background-color css
<style>
a { background-color: #D55D27; }
a { background-color: rgb(213,93,39); }
div.DivClassName
{
background-color: #D55D27;
}
.BgClassName
{
background-color: #D55D27;
}
</style>
border-color css
<style>
span { border-color: #D55D27; }
span { border-color: rgb(213,93,39); }
td.TdClassName
{
border-color: #D55D27;
}
.TagClassName
{
border-color: #D55D27;
}
</style>