#D25A34

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

Shades of Chilean Fire #D25A34

Tints of Chilean Fire #D25A34

Color information

#D25A34 (or 0xD25A34) is unknown color: approx Chilean Fire. HEX triplet: D2, 5A and 34. RGB value is (210,90,52). Sum of RGB (Red+Green+Blue) = 210+90+52=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25A34 is #2DA5CB. Grayscale: #797979. Windows color (decimal): -2991564 or 3431122. OLE color: 3431122.

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

Color convert

RGB2109052-
CMYK00.570.750.18
HSL14.43º63.71%51.37%-
HSV(B)14.43º75.24%82.35%-
XYZ30.8521.265.73-
YUV121.5588.76191.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.66%
GREEN value IS 90 (35.55% from 255) = 25.57%
BLUE value IS 52 (20.70% from 255) = 14.77%
R=59.66%
G=25.57%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210905200.570.750.1814.4363.7151.37
HexD25A340394B12e4033
Octal32213264071113221610063
Binary110100101011010110100011100110010111001011101000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25A34; }

 p { color: rgb(210,90,52); }

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

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

 a { background-color: rgb(210,90,52); }

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

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

 span { border-color: rgb(210,90,52); }

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