Shades of Chilean Fire #DD5B2D
Tints of Chilean Fire #DD5B2D
RGB
CMYK
RGB Variations
Color information
#DD5B2D (or 0xDD5B2D) is known color: Chilean Fire. HEX triplet: DD, 5B and 2D. RGB value is (221,91,45). Sum of RGB (Red+Green+Blue) = 221+91+45=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5B2D is #22A4D2. Grayscale: #7C7C7C. Windows color (decimal): -2270419 or 2972637. OLE color: 2972637.
HSL color Cylindrical-coordinate representation of color #DD5B2D: hue angle of 15.68º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD5B2D is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 91 | 45 | - |
CMYK | 0 | 0.59 | 0.80 | 0.13 |
HSL | 15.68º | 0.72% | 0.52% | - |
HSV(B) | 15.68º | 0.8% | 0.87% | - |
XYZ | 34.03 | 23.04 | 5.14 | - |
YUV | 124.63 | 83.07 | 196.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 91 | 45 | 0 | 0.59 | 0.80 | 0.13 | 15.68 | 0.72 | 0.52 |
Hex | DD | 5B | 2D | 0 | 3B | 50 | D | 10 | 48 | 34 |
Octal | 335 | 133 | 55 | 0 | 73 | 120 | 15 | 20 | 110 | 64 |
Binary | 11011101 | 1011011 | 101101 | 0 | 111011 | 1010000 | 1101 | 10000 | 1001000 | 110100 |
Color Harmonies of #DD5B2D
Complementary color
Monochromatic Colors of #DD5B2D
Black with #DD5B2D
Text Example
Text Example
White with #DD5B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5B2D; }
p { color: rgb(221,91,45); }
H1.HeaderClassName
{
color: #DD5B2D;
}
.AnyTagClassName
{
color: #DD5B2D;
}
</style>
background-color css
<style>
a { background-color: #DD5B2D; }
a { background-color: rgb(221,91,45); }
div.DivClassName
{
background-color: #DD5B2D;
}
.BgClassName
{
background-color: #DD5B2D;
}
</style>
border-color css
<style>
span { border-color: #DD5B2D; }
span { border-color: rgb(221,91,45); }
td.TdClassName
{
border-color: #DD5B2D;
}
.TagClassName
{
border-color: #DD5B2D;
}
</style>