#94421E

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

Shades of Fire #94421E

Tints of Fire #94421E

Color information

#94421E (or 0x94421E) is unknown color: approx Fire. HEX triplet: 94, 42 and 1E. RGB value is (148,66,30). Sum of RGB (Red+Green+Blue) = 148+66+30=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #94421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94421E is #6BBDE1. Grayscale: #565656. Windows color (decimal): -7060962 or 1983124. OLE color: 1983124.

HSL color Cylindrical-coordinate representation of color #94421E: hue angle of 18.31º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94421E is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1486630-
CMYK00.550.800.42
HSL18.31º66.29%34.9%-
HSV(B)18.31º79.73%58.04%-
XYZ14.410.292.45-
YUV86.4196.17171.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.66%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=60.66%
G=27.05%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148663000.550.800.4218.3166.2934.9
Hex94421E037502A124223
Octal22410236067120522210243
Binary1001010010000101111001101111010000101010100101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94421E; }

 p { color: rgb(148,66,30); }

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

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

 a { background-color: rgb(148,66,30); }

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

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

 span { border-color: rgb(148,66,30); }

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