Shades of Chilean Fire #D25B33
Tints of Chilean Fire #D25B33
RGB
CMYK
RGB Variations
Color information
#D25B33 (or 0xD25B33) is known color: Chilean Fire. HEX triplet: D2, 5B and 33. RGB value is (210,91,51). Sum of RGB (Red+Green+Blue) = 210+91+51=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25B33 is #2DA4CC. Grayscale: #7A7A7A. Windows color (decimal): -2991309 or 3365842. OLE color: 3365842.
HSL color Cylindrical-coordinate representation of color #D25B33: hue angle of 15.09º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D25B33 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 51 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.18 |
| HSL | 15.09º | 0.64% | 0.51% | - |
| HSV(B) | 15.09º | 0.76% | 0.82% | - |
| XYZ | 30.92 | 21.42 | 5.64 | - |
| YUV | 122.02 | 87.92 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 51 | 0 | 0.57 | 0.76 | 0.18 | 15.09 | 0.64 | 0.51 |
| Hex | D2 | 5B | 33 | 0 | 39 | 4C | 12 | F | 40 | 33 |
| Octal | 322 | 133 | 63 | 0 | 71 | 114 | 22 | 17 | 100 | 63 |
| Binary | 11010010 | 1011011 | 110011 | 0 | 111001 | 1001100 | 10010 | 1111 | 1000000 | 110011 |
Color Harmonies of #D25B33
Complementary color
Monochromatic Colors of #D25B33
Black with #D25B33
Text Example
Text Example
White with #D25B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B33; }
p { color: rgb(210,91,51); }
H1.HeaderClassName
{
color: #D25B33;
}
.AnyTagClassName
{
color: #D25B33;
}
</style>
background-color css
<style>
a { background-color: #D25B33; }
a { background-color: rgb(210,91,51); }
div.DivClassName
{
background-color: #D25B33;
}
.BgClassName
{
background-color: #D25B33;
}
</style>
border-color css
<style>
span { border-color: #D25B33; }
span { border-color: rgb(210,91,51); }
td.TdClassName
{
border-color: #D25B33;
}
.TagClassName
{
border-color: #D25B33;
}
</style>