#D75530

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

Shades of Chilean Fire #D75530

Tints of Chilean Fire #D75530

Color information

#D75530 (or 0xD75530) is unknown color: approx Chilean Fire. HEX triplet: D7, 55 and 30. RGB value is (215,85,48). Sum of RGB (Red+Green+Blue) = 215+85+48=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D75530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75530 is #28AACF. Grayscale: #777777. Windows color (decimal): -2665168 or 3167703. OLE color: 3167703.

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

Color convert

RGB2158548-
CMYK00.600.780.16
HSL13.29º67.61%51.57%-
HSV(B)13.29º77.67%84.31%-
XYZ31.8121.165.2-
YUV119.6587.57196.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 61.78%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 48 (19.14% from 255) = 13.79%
R=61.78%
G=24.43%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215854800.600.780.1613.2967.6151.57
HexD7553003C4E10d4434
Octal32712560074116201510464
Binary110101111010101110000011110010011101000011011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75530; }

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

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

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

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

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

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

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

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