#D35B37

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

Shades of Chilean Fire #D35B37

Tints of Chilean Fire #D35B37

Color information

#D35B37 (or 0xD35B37) is unknown color: approx Chilean Fire. HEX triplet: D3, 5B and 37. RGB value is (211,91,55). Sum of RGB (Red+Green+Blue) = 211+91+55=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 55 (21.88% from 255 or 15.41% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D35B37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35B37 is #2CA4C8. Grayscale: #7B7B7B. Windows color (decimal): -2925769 or 3627987. OLE color: 3627987.

HSL color Cylindrical-coordinate representation of color #D35B37: hue angle of 13.85º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D35B37 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB2119155-
CMYK00.570.740.17
HSL13.85º63.93%52.16%-
HSV(B)13.85º73.93%82.75%-
XYZ31.2921.616.14-
YUV122.7889.76190.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.10%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 55 (21.88% from 255) = 15.41%
R=59.10%
G=25.49%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211915500.570.740.1713.8563.9352.16
HexD35B370394A11e4034
Octal32313367071112211610064
Binary110100111011011110111011100110010101000111101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35B37; }

 p { color: rgb(211,91,55); }

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

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

 a { background-color: rgb(211,91,55); }

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

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

 span { border-color: rgb(211,91,55); }

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