#D75630

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

Shades of Chilean Fire #D75630

Tints of Chilean Fire #D75630

Color information

#D75630 (or 0xD75630) is unknown color: approx Chilean Fire. HEX triplet: D7, 56 and 30. RGB value is (215,86,48). Sum of RGB (Red+Green+Blue) = 215+86+48=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D75630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75630 is #28A9CF. Grayscale: #787878. Windows color (decimal): -2664912 or 3167959. OLE color: 3167959.

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

Color convert

RGB2158648-
CMYK00.60.780.16
HSL13.65º67.61%51.57%-
HSV(B)13.65º77.67%84.31%-
XYZ31.8921.325.23-
YUV120.2487.24195.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 61.60%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 48 (19.14% from 255) = 13.75%
R=61.60%
G=24.64%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215864800.60.780.1613.6567.6151.57
HexD7563003C4E10e4434
Octal32712660074116201610464
Binary110101111010110110000011110010011101000011101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75630; }

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

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

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

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

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

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

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

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