Shades of Chilean Fire #D55D35
Tints of Chilean Fire #D55D35
RGB
CMYK
RGB Variations
Color information
#D55D35 (or 0xD55D35) is known color: Chilean Fire. HEX triplet: D5, 5D and 35. RGB value is (213,93,53). Sum of RGB (Red+Green+Blue) = 213+93+53=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D35 is #2AA2CA. Grayscale: #7C7C7C. Windows color (decimal): -2794187 or 3497429. OLE color: 3497429.
HSL color Cylindrical-coordinate representation of color #D55D35: hue angle of 15º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D55D35 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 53 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.16 |
| HSL | 15º | 0.66% | 0.52% | - |
| HSV(B) | 15º | 0.75% | 0.84% | - |
| XYZ | 32 | 22.23 | 5.97 | - |
| YUV | 124.32 | 87.76 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 53 | 0 | 0.56 | 0.75 | 0.16 | 15 | 0.66 | 0.52 |
| Hex | D5 | 5D | 35 | 0 | 38 | 4B | 10 | F | 42 | 34 |
| Octal | 325 | 135 | 65 | 0 | 70 | 113 | 20 | 17 | 102 | 64 |
| Binary | 11010101 | 1011101 | 110101 | 0 | 111000 | 1001011 | 10000 | 1111 | 1000010 | 110100 |
Color Harmonies of #D55D35
Complementary color
Monochromatic Colors of #D55D35
Black with #D55D35
Text Example
Text Example
White with #D55D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D35; }
p { color: rgb(213,93,53); }
H1.HeaderClassName
{
color: #D55D35;
}
.AnyTagClassName
{
color: #D55D35;
}
</style>
background-color css
<style>
a { background-color: #D55D35; }
a { background-color: rgb(213,93,53); }
div.DivClassName
{
background-color: #D55D35;
}
.BgClassName
{
background-color: #D55D35;
}
</style>
border-color css
<style>
span { border-color: #D55D35; }
span { border-color: rgb(213,93,53); }
td.TdClassName
{
border-color: #D55D35;
}
.TagClassName
{
border-color: #D55D35;
}
</style>