#D0552D

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

Shades of Chilean Fire #D0552D

Tints of Chilean Fire #D0552D

Color information

#D0552D (or 0xD0552D) is unknown color: approx Chilean Fire. HEX triplet: D0, 55 and 2D. RGB value is (208,85,45). Sum of RGB (Red+Green+Blue) = 208+85+45=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0552D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0552D is #2FAAD2. Grayscale: #757575. Windows color (decimal): -3123923 or 2971088. OLE color: 2971088.

HSL color Cylindrical-coordinate representation of color #D0552D: hue angle of 14.72º 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 #D0552D is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB2088545-
CMYK00.590.780.18
HSL14.72º64.43%49.61%-
HSV(B)14.72º78.37%81.57%-
XYZ29.7320.14.79-
YUV117.2287.25192.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.54%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 45 (17.97% from 255) = 13.31%
R=61.54%
G=25.15%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208854500.590.780.1814.7264.4349.61
HexD0552D03B4E12f4032
Octal32012555073116221710062
Binary110100001010101101101011101110011101001011111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0552D; }

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

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

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

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

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

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

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

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