Shades of Chilean Fire #D25A26
Tints of Chilean Fire #D25A26
RGB
CMYK
RGB Variations
Color information
#D25A26 (or 0xD25A26) is known color: Chilean Fire. HEX triplet: D2, 5A and 26. RGB value is (210,90,38). Sum of RGB (Red+Green+Blue) = 210+90+38=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25A26 is #2DA5D9. Grayscale: #787878. Windows color (decimal): -2991578 or 2513618. OLE color: 2513618.
HSL color Cylindrical-coordinate representation of color #D25A26: hue angle of 18.14º 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 #D25A26 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 38 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.18 |
| HSL | 18.14º | 0.69% | 0.49% | - |
| HSV(B) | 18.14º | 0.82% | 0.82% | - |
| XYZ | 30.58 | 21.15 | 4.3 | - |
| YUV | 119.95 | 81.76 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 38 | 0 | 0.57 | 0.82 | 0.18 | 18.14 | 0.69 | 0.49 |
| Hex | D2 | 5A | 26 | 0 | 39 | 52 | 12 | 12 | 45 | 31 |
| Octal | 322 | 132 | 46 | 0 | 71 | 122 | 22 | 22 | 105 | 61 |
| Binary | 11010010 | 1011010 | 100110 | 0 | 111001 | 1010010 | 10010 | 10010 | 1000101 | 110001 |
Color Harmonies of #D25A26
Complementary color
Monochromatic Colors of #D25A26
Black with #D25A26
Text Example
Text Example
White with #D25A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A26; }
p { color: rgb(210,90,38); }
H1.HeaderClassName
{
color: #D25A26;
}
.AnyTagClassName
{
color: #D25A26;
}
</style>
background-color css
<style>
a { background-color: #D25A26; }
a { background-color: rgb(210,90,38); }
div.DivClassName
{
background-color: #D25A26;
}
.BgClassName
{
background-color: #D25A26;
}
</style>
border-color css
<style>
span { border-color: #D25A26; }
span { border-color: rgb(210,90,38); }
td.TdClassName
{
border-color: #D25A26;
}
.TagClassName
{
border-color: #D25A26;
}
</style>