#d35c28

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

Shades of Chilean Fire #D35C28

Tints of Chilean Fire #D35C28

Color information

#D35C28 (or 0xD35C28) is unknown color: approx Chilean Fire. HEX triplet: D3, 5C and 28. RGB value is (211,92,40). Sum of RGB (Red+Green+Blue) = 211+92+40=343 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.52% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35C28 is #2CA3D7. Grayscale: #797979. Windows color (decimal): -2925528 or 2645203. OLE color: 2645203.

HSL color Cylindrical-coordinate representation of color #D35C28: hue angle of 18.25º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D35C28 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB2119240-
CMYK00.560.810.17
HSL18.25º68.13%49.22%-
HSV(B)18.25º81.04%82.75%-
XYZ31.0721.664.55-
YUV121.6581.92191.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 61.52%
GREEN value IS 92 (36.33% from 255) = 26.82%
BLUE value IS 40 (16.02% from 255) = 11.66%
R=61.52%
G=26.82%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211924000.560.810.1718.2568.1349.22
HexD35C280385111124431
Octal32313450070121212210461
Binary1101001110111001010000111000101000110001100101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d35c28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d35c28; }

 p { color: rgb(211,92,40); }

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

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

 a { background-color: rgb(211,92,40); }

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

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

 span { border-color: rgb(211,92,40); }

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