#D75F2A

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

Shades of Chilean Fire #D75F2A

Tints of Chilean Fire #D75F2A

Color information

#D75F2A (or 0xD75F2A) is unknown color: approx Chilean Fire. HEX triplet: D7, 5F and 2A. RGB value is (215,95,42). Sum of RGB (Red+Green+Blue) = 215+95+42=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75F2A is #28A0D5. Grayscale: #7D7D7D. Windows color (decimal): -2662614 or 2777047. OLE color: 2777047.

HSL color Cylindrical-coordinate representation of color #D75F2A: hue angle of 18.38º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D75F2A is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB2159542-
CMYK00.560.800.16
HSL18.38º68.38%50.39%-
HSV(B)18.38º80.47%84.31%-
XYZ32.5322.84.88-
YUV124.8481.26192.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 61.08%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 42 (16.80% from 255) = 11.93%
R=61.08%
G=26.99%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215954200.560.800.1618.3868.3850.39
HexD75F2A0385010124432
Octal32713752070120202210462
Binary1101011110111111010100111000101000010000100101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75F2A; }

 p { color: rgb(215,95,42); }

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

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

 a { background-color: rgb(215,95,42); }

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

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

 span { border-color: rgb(215,95,42); }

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