Shades of Chilean Fire #D3613D
Tints of Chilean Fire #D3613D
RGB
CMYK
RGB Variations
Color information
#D3613D (or 0xD3613D) is known color: Chilean Fire. HEX triplet: D3, 61 and 3D. RGB value is (211,97,61). Sum of RGB (Red+Green+Blue) = 211+97+61=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D3613D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3613D is #2C9EC2. Grayscale: #7F7F7F. Windows color (decimal): -2924227 or 4022739. OLE color: 4022739.
HSL color Cylindrical-coordinate representation of color #D3613D: hue angle of 14.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3613D is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 61 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.17 |
| HSL | 14.4º | 0.63% | 0.53% | - |
| HSV(B) | 14.4º | 0.71% | 0.83% | - |
| XYZ | 31.98 | 22.74 | 7.12 | - |
| YUV | 126.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 61 | 0 | 0.54 | 0.71 | 0.17 | 14.4 | 0.63 | 0.53 |
| Hex | D3 | 61 | 3D | 0 | 36 | 47 | 11 | E | 3F | 35 |
| Octal | 323 | 141 | 75 | 0 | 66 | 107 | 21 | 16 | 77 | 65 |
| Binary | 11010011 | 1100001 | 111101 | 0 | 110110 | 1000111 | 10001 | 1110 | 111111 | 110101 |
Color Harmonies of #D3613D
Complementary color
Monochromatic Colors of #D3613D
Black with #D3613D
Text Example
Text Example
White with #D3613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3613D; }
p { color: rgb(211,97,61); }
H1.HeaderClassName
{
color: #D3613D;
}
.AnyTagClassName
{
color: #D3613D;
}
</style>
background-color css
<style>
a { background-color: #D3613D; }
a { background-color: rgb(211,97,61); }
div.DivClassName
{
background-color: #D3613D;
}
.BgClassName
{
background-color: #D3613D;
}
</style>
border-color css
<style>
span { border-color: #D3613D; }
span { border-color: rgb(211,97,61); }
td.TdClassName
{
border-color: #D3613D;
}
.TagClassName
{
border-color: #D3613D;
}
</style>