#D75C34

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

Shades of Chilean Fire #D75C34

Tints of Chilean Fire #D75C34

Color information

#D75C34 (or 0xD75C34) is unknown color: approx Chilean Fire. HEX triplet: D7, 5C and 34. RGB value is (215,92,52). Sum of RGB (Red+Green+Blue) = 215+92+52=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75C34 is #28A3CB. Grayscale: #7C7C7C. Windows color (decimal): -2663372 or 3431639. OLE color: 3431639.

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

Color convert

RGB2159252-
CMYK00.570.760.16
HSL14.72º67.08%52.35%-
HSV(B)14.72º75.81%84.31%-
XYZ32.4722.355.85-
YUV124.2287.25192.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.89%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 52 (20.70% from 255) = 14.48%
R=59.89%
G=25.63%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215925200.570.760.1614.7267.0852.35
HexD75C340394C10f4334
Octal32713464071114201710364
Binary110101111011100110100011100110011001000011111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75C34; }

 p { color: rgb(215,92,52); }

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

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

 a { background-color: rgb(215,92,52); }

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

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

 span { border-color: rgb(215,92,52); }

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