#D75A3A

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

Shades of Chilean Fire #D75A3A

Tints of Chilean Fire #D75A3A

Color information

#D75A3A (or 0xD75A3A) is unknown color: approx Chilean Fire. HEX triplet: D7, 5A and 3A. RGB value is (215,90,58). Sum of RGB (Red+Green+Blue) = 215+90+58=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75A3A is #28A5C5. Grayscale: #7B7B7B. Windows color (decimal): -2663878 or 3824343. OLE color: 3824343.

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

Color convert

RGB2159058-
CMYK00.580.730.16
HSL12.23º66.24%53.53%-
HSV(B)12.23º73.02%84.31%-
XYZ32.4422.066.55-
YUV123.7390.91193.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.23%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 58 (23.05% from 255) = 15.98%
R=59.23%
G=24.79%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215905800.580.730.1612.2366.2453.53
HexD75A3A03A4910c4236
Octal32713272072111201410266
Binary110101111011010111010011101010010011000011001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75A3A; }

 p { color: rgb(215,90,58); }

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

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

 a { background-color: rgb(215,90,58); }

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

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

 span { border-color: rgb(215,90,58); }

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