#D4603E

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

Shades of Chilean Fire #D4603E

Tints of Chilean Fire #D4603E

Color information

#D4603E (or 0xD4603E) is unknown color: approx Chilean Fire. HEX triplet: D4, 60 and 3E. RGB value is (212,96,62). Sum of RGB (Red+Green+Blue) = 212+96+62=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D4603E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4603E is #2B9FC1. Grayscale: #7F7F7F. Windows color (decimal): -2858946 or 4088020. OLE color: 4088020.

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

Color convert

RGB2129662-
CMYK00.550.710.17
HSL13.6º63.56%53.73%-
HSV(B)13.6º70.75%83.14%-
XYZ32.222.717.24-
YUV126.8191.43188.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.30%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 62 (24.61% from 255) = 16.76%
R=57.30%
G=25.95%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212966200.550.710.1713.663.5653.73
HexD4603E0374711e4036
Octal32414076067107211610066
Binary110101001100000111110011011110001111000111101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4603E; }

 p { color: rgb(212,96,62); }

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

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

 a { background-color: rgb(212,96,62); }

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

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

 span { border-color: rgb(212,96,62); }

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