#D55431

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

Shades of Chilean Fire #D55431

Tints of Chilean Fire #D55431

Color information

#D55431 (or 0xD55431) is unknown color: approx Chilean Fire. HEX triplet: D5, 54 and 31. RGB value is (213,84,49). Sum of RGB (Red+Green+Blue) = 213+84+49=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D55431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55431 is #2AABCE. Grayscale: #767676. Windows color (decimal): -2796495 or 3232981. OLE color: 3232981.

HSL color Cylindrical-coordinate representation of color #D55431: hue angle of 12.8º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D55431 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB2138449-
CMYK00.610.770.16
HSL12.8º66.13%51.37%-
HSV(B)12.8º77%83.53%-
XYZ31.1720.715.26-
YUV118.5888.74195.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 61.56%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 49 (19.53% from 255) = 14.16%
R=61.56%
G=24.28%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213844900.610.770.1612.866.1351.37
HexD5543103D4D10d4233
Octal32512461075115201510263
Binary110101011010100110001011110110011011000011011000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55431; }

 p { color: rgb(213,84,49); }

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

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

 a { background-color: rgb(213,84,49); }

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

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

 span { border-color: rgb(213,84,49); }

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