#D95933

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

Shades of Chilean Fire #D95933

Tints of Chilean Fire #D95933

Color information

#D95933 (or 0xD95933) is unknown color: approx Chilean Fire. HEX triplet: D9, 59 and 33. RGB value is (217,89,51). Sum of RGB (Red+Green+Blue) = 217+89+51=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D95933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95933 is #26A6CC. Grayscale: #7B7B7B. Windows color (decimal): -2533069 or 3365337. OLE color: 3365337.

HSL color Cylindrical-coordinate representation of color #D95933: hue angle of 13.73º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D95933 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB2178951-
CMYK00.590.760.15
HSL13.73º68.6%52.55%-
HSV(B)13.73º76.5%85.1%-
XYZ32.7922.145.68-
YUV122.9487.41195.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.78%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 51 (20.31% from 255) = 14.29%
R=60.78%
G=24.93%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217895100.590.760.1513.7368.652.55
HexD9593303B4CFe4535
Octal33113163073114171610565
Binary11011001101100111001101110111001100111111101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95933; }

 p { color: rgb(217,89,51); }

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

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

 a { background-color: rgb(217,89,51); }

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

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

 span { border-color: rgb(217,89,51); }

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