Shades of Chilean Fire #D75B2C
Tints of Chilean Fire #D75B2C
RGB
CMYK
RGB Variations
Color information
#D75B2C (or 0xD75B2C) is known color: Chilean Fire. HEX triplet: D7, 5B and 2C. RGB value is (215,91,44). Sum of RGB (Red+Green+Blue) = 215+91+44=350 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.43% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 215 - color contains mainly: red. Hex color #D75B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75B2C is #28A4D3. Grayscale: #7B7B7B. Windows color (decimal): -2663636 or 2907095. OLE color: 2907095.
HSL color Cylindrical-coordinate representation of color #D75B2C: hue angle of 16.49º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D75B2C is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 91 | 44 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.16 |
| HSL | 16.49º | 0.68% | 0.51% | - |
| HSV(B) | 16.49º | 0.8% | 0.84% | - |
| XYZ | 32.22 | 22.11 | 4.95 | - |
| YUV | 122.72 | 83.58 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 91 | 44 | 0 | 0.58 | 0.80 | 0.16 | 16.49 | 0.68 | 0.51 |
| Hex | D7 | 5B | 2C | 0 | 3A | 50 | 10 | 10 | 44 | 33 |
| Octal | 327 | 133 | 54 | 0 | 72 | 120 | 20 | 20 | 104 | 63 |
| Binary | 11010111 | 1011011 | 101100 | 0 | 111010 | 1010000 | 10000 | 10000 | 1000100 | 110011 |
Color Harmonies of #D75B2C
Complementary color
Monochromatic Colors of #D75B2C
Black with #D75B2C
Text Example
Text Example
White with #D75B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75B2C; }
p { color: rgb(215,91,44); }
H1.HeaderClassName
{
color: #D75B2C;
}
.AnyTagClassName
{
color: #D75B2C;
}
</style>
background-color css
<style>
a { background-color: #D75B2C; }
a { background-color: rgb(215,91,44); }
div.DivClassName
{
background-color: #D75B2C;
}
.BgClassName
{
background-color: #D75B2C;
}
</style>
border-color css
<style>
span { border-color: #D75B2C; }
span { border-color: rgb(215,91,44); }
td.TdClassName
{
border-color: #D75B2C;
}
.TagClassName
{
border-color: #D75B2C;
}
</style>