Shades of Chilean Fire #D75438
Tints of Chilean Fire #D75438
RGB
CMYK
RGB Variations
Color information
#D75438 (or 0xD75438) is known color: Chilean Fire. HEX triplet: D7, 54 and 38. RGB value is (215,84,56). Sum of RGB (Red+Green+Blue) = 215+84+56=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D75438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75438 is #28ABC7. Grayscale: #787878. Windows color (decimal): -2665416 or 3691735. OLE color: 3691735.
HSL color Cylindrical-coordinate representation of color #D75438: hue angle of 10.57º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D75438 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 84 | 56 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.16 |
| HSL | 10.57º | 0.67% | 0.53% | - |
| HSV(B) | 10.57º | 0.74% | 0.84% | - |
| XYZ | 31.91 | 21.07 | 6.13 | - |
| YUV | 119.98 | 91.9 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 56 | 0 | 0.61 | 0.74 | 0.16 | 10.57 | 0.67 | 0.53 |
| Hex | D7 | 54 | 38 | 0 | 3D | 4A | 10 | B | 43 | 35 |
| Octal | 327 | 124 | 70 | 0 | 75 | 112 | 20 | 13 | 103 | 65 |
| Binary | 11010111 | 1010100 | 111000 | 0 | 111101 | 1001010 | 10000 | 1011 | 1000011 | 110101 |
Color Harmonies of #D75438
Complementary color
Monochromatic Colors of #D75438
Black with #D75438
Text Example
Text Example
White with #D75438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75438; }
p { color: rgb(215,84,56); }
H1.HeaderClassName
{
color: #D75438;
}
.AnyTagClassName
{
color: #D75438;
}
</style>
background-color css
<style>
a { background-color: #D75438; }
a { background-color: rgb(215,84,56); }
div.DivClassName
{
background-color: #D75438;
}
.BgClassName
{
background-color: #D75438;
}
</style>
border-color css
<style>
span { border-color: #D75438; }
span { border-color: rgb(215,84,56); }
td.TdClassName
{
border-color: #D75438;
}
.TagClassName
{
border-color: #D75438;
}
</style>