#D25933

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

Shades of Chilean Fire #D25933

Tints of Chilean Fire #D25933

Color information

#D25933 (or 0xD25933) is unknown color: approx Chilean Fire. HEX triplet: D2, 59 and 33. RGB value is (210,89,51). Sum of RGB (Red+Green+Blue) = 210+89+51=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D25933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25933 is #2DA6CC. Grayscale: #797979. Windows color (decimal): -2991821 or 3365330. OLE color: 3365330.

HSL color Cylindrical-coordinate representation of color #D25933: hue angle of 14.34º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D25933 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB2108951-
CMYK00.580.760.18
HSL14.34º63.86%51.18%-
HSV(B)14.34º75.71%82.35%-
XYZ30.7521.095.58-
YUV120.8588.59191.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60%
GREEN value IS 89 (35.16% from 255) = 25.43%
BLUE value IS 51 (20.31% from 255) = 14.57%
R=60%
G=25.43%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210895100.580.760.1814.3463.8651.18
HexD2593303A4C12e4033
Octal32213163072114221610063
Binary110100101011001110011011101010011001001011101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25933; }

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

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

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

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

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

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

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

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