#D0612B

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

Shades of Chilean Fire #D0612B

Tints of Chilean Fire #D0612B

Color information

#D0612B (or 0xD0612B) is unknown color: approx Chilean Fire. HEX triplet: D0, 61 and 2B. RGB value is (208,97,43). Sum of RGB (Red+Green+Blue) = 208+97+43=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D0612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0612B is #2F9ED4. Grayscale: #7C7C7C. Windows color (decimal): -3120853 or 2843088. OLE color: 2843088.

HSL color Cylindrical-coordinate representation of color #D0612B: hue angle of 19.64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0612B is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB2089743-
CMYK00.530.790.18
HSL19.64º65.74%49.22%-
HSV(B)19.64º79.33%81.57%-
XYZ30.7222.134.94-
YUV124.0382.27187.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.77%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 43 (17.19% from 255) = 12.36%
R=59.77%
G=27.87%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208974300.530.790.1819.6465.7449.22
HexD0612B0354F12144231
Octal32014153065117222410261
Binary1101000011000011010110110101100111110010101001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0612B; }

 p { color: rgb(208,97,43); }

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

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

 a { background-color: rgb(208,97,43); }

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

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

 span { border-color: rgb(208,97,43); }

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