#d0582d

Color #D0582D Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #D0582D

Tints of Chilean Fire #D0582D

Color information

#D0582D (or 0xD0582D) is unknown color: approx Chilean Fire. HEX triplet: D0, 58 and 2D. RGB value is (208,88,45). Sum of RGB (Red+Green+Blue) = 208+88+45=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0582D is #2FA7D2. Grayscale: #777777. Windows color (decimal): -3123155 or 2971856. OLE color: 2971856.

HSL color Cylindrical-coordinate representation of color #D0582D: hue angle of 15.83º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0582D is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB2088845-
CMYK00.580.780.18
HSL15.83º64.43%49.61%-
HSV(B)15.83º78.37%81.57%-
XYZ29.9820.584.87-
YUV118.9886.26191.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 61.00%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 45 (17.97% from 255) = 13.20%
R=61.00%
G=25.81%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208884500.580.780.1815.8364.4349.61
HexD0582D03A4E12104032
Octal32013055072116222010062
Binary1101000010110001011010111010100111010010100001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0582d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0582d; }

 p { color: rgb(208,88,45); }

 H1.HeaderClassName
 {
   color: #d0582d;
 }
 .AnyTagClassName
 {
   color: #d0582d;
 }
</style>
background-color css

<style>
 a { background-color: #d0582d; }

 a { background-color: rgb(208,88,45); }

 div.DivClassName
 {
   background-color: #d0582d;
 }
 .BgClassName
 {
   background-color: #d0582d;
 }
</style>
border-color css

<style>
 span { border-color: #d0582d; }

 span { border-color: rgb(208,88,45); }

 td.TdClassName
 {
   border-color: #d0582d;
 }
 .TagClassName
 {
   border-color: #d0582d;
 }
</style>