#D75430

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

Shades of Chilean Fire #D75430

Tints of Chilean Fire #D75430

Color information

#D75430 (or 0xD75430) is unknown color: approx Chilean Fire. HEX triplet: D7, 54 and 30. RGB value is (215,84,48). Sum of RGB (Red+Green+Blue) = 215+84+48=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D75430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75430 is #28ABCF. Grayscale: #777777. Windows color (decimal): -2665424 or 3167447. OLE color: 3167447.

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

Color convert

RGB2158448-
CMYK00.610.780.16
HSL12.93º67.61%51.57%-
HSV(B)12.93º77.67%84.31%-
XYZ31.73215.18-
YUV119.0687.9196.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 61.96%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 48 (19.14% from 255) = 13.83%
R=61.96%
G=24.21%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215844800.610.780.1612.9367.6151.57
HexD7543003D4E10d4434
Octal32712460075116201510464
Binary110101111010100110000011110110011101000011011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75430; }

 p { color: rgb(215,84,48); }

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

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

 a { background-color: rgb(215,84,48); }

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

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

 span { border-color: rgb(215,84,48); }

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