#d2582d

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

Shades of Chilean Fire #D2582D

Tints of Chilean Fire #D2582D

Color information

#D2582D (or 0xD2582D) is unknown color: approx Chilean Fire. HEX triplet: D2, 58 and 2D. RGB value is (210,88,45). Sum of RGB (Red+Green+Blue) = 210+88+45=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D2582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2582D is #2DA7D2. Grayscale: #777777. Windows color (decimal): -2992083 or 2971858. OLE color: 2971858.

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

Color convert

RGB2108845-
CMYK00.580.790.18
HSL15.64º64.71%50%-
HSV(B)15.64º78.57%82.35%-
XYZ30.5420.874.9-
YUV119.5885.92192.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 61.22%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 45 (17.97% from 255) = 13.12%
R=61.22%
G=25.66%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210884500.580.790.1815.6464.7150
HexD2582D03A4F12104132
Octal32213055072117222010162
Binary1101001010110001011010111010100111110010100001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2582d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2582d; }

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

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

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

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

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

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

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

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