Shades of Chilean Fire #D25D26
Tints of Chilean Fire #D25D26
RGB
CMYK
RGB Variations
Color information
#D25D26 (or 0xD25D26) is known color: Chilean Fire. HEX triplet: D2, 5D and 26. RGB value is (210,93,38). Sum of RGB (Red+Green+Blue) = 210+93+38=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25D26 is #2DA2D9. Grayscale: #7A7A7A. Windows color (decimal): -2990810 or 2514386. OLE color: 2514386.
HSL color Cylindrical-coordinate representation of color #D25D26: hue angle of 19.19º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D25D26 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 38 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.18 |
| HSL | 19.19º | 0.69% | 0.49% | - |
| HSV(B) | 19.19º | 0.82% | 0.82% | - |
| XYZ | 30.84 | 21.67 | 4.39 | - |
| YUV | 121.71 | 80.76 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 38 | 0 | 0.56 | 0.82 | 0.18 | 19.19 | 0.69 | 0.49 |
| Hex | D2 | 5D | 26 | 0 | 38 | 52 | 12 | 13 | 45 | 31 |
| Octal | 322 | 135 | 46 | 0 | 70 | 122 | 22 | 23 | 105 | 61 |
| Binary | 11010010 | 1011101 | 100110 | 0 | 111000 | 1010010 | 10010 | 10011 | 1000101 | 110001 |
Color Harmonies of #D25D26
Complementary color
Monochromatic Colors of #D25D26
Black with #D25D26
Text Example
Text Example
White with #D25D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D26; }
p { color: rgb(210,93,38); }
H1.HeaderClassName
{
color: #D25D26;
}
.AnyTagClassName
{
color: #D25D26;
}
</style>
background-color css
<style>
a { background-color: #D25D26; }
a { background-color: rgb(210,93,38); }
div.DivClassName
{
background-color: #D25D26;
}
.BgClassName
{
background-color: #D25D26;
}
</style>
border-color css
<style>
span { border-color: #D25D26; }
span { border-color: rgb(210,93,38); }
td.TdClassName
{
border-color: #D25D26;
}
.TagClassName
{
border-color: #D25D26;
}
</style>