#D35428

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

Shades of Chilean Fire #D35428

Tints of Chilean Fire #D35428

Color information

#D35428 (or 0xD35428) is unknown color: approx Chilean Fire. HEX triplet: D3, 54 and 28. RGB value is (211,84,40). Sum of RGB (Red+Green+Blue) = 211+84+40=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D35428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35428 is #2CABD7. Grayscale: #757575. Windows color (decimal): -2927576 or 2643155. OLE color: 2643155.

HSL color Cylindrical-coordinate representation of color #D35428: hue angle of 15.44º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D35428 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB2118440-
CMYK00.600.810.17
HSL15.44º68.13%49.22%-
HSV(B)15.44º81.04%82.75%-
XYZ30.4220.344.33-
YUV116.9684.58195.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.99%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 40 (16.02% from 255) = 11.94%
R=62.99%
G=25.07%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.81
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211844000.600.810.1715.4468.1349.22
HexD3542803C5111f4431
Octal32312450074121211710461
Binary110100111010100101000011110010100011000111111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35428; }

 p { color: rgb(211,84,40); }

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

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

 a { background-color: rgb(211,84,40); }

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

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

 span { border-color: rgb(211,84,40); }

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