#963C25

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

Shades of Fire #963C25

Tints of Fire #963C25

Color information

#963C25 (or 0x963C25) is unknown color: approx Fire. HEX triplet: 96, 3C and 25. RGB value is (150,60,37). Sum of RGB (Red+Green+Blue) = 150+60+37=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #963C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C25 is #69C3DA. Grayscale: #545454. Windows color (decimal): -6931419 or 2440342. OLE color: 2440342.

HSL color Cylindrical-coordinate representation of color #963C25: hue angle of 12.21º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963C25 is Cyan = 0, Magento = 0.6, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB1506037-
CMYK00.60.750.41
HSL12.21º60.43%36.67%-
HSV(B)12.21º75.33%58.82%-
XYZ14.539.852.89-
YUV84.29101.32174.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.73%
GREEN value IS 60 (23.83% from 255) = 24.29%
BLUE value IS 37 (14.84% from 255) = 14.98%
R=60.73%
G=24.29%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150603700.60.750.4112.2160.4336.67
Hex963C2503C4B29c3c25
Octal226744507411351147445
Binary10010110111100100101011110010010111010011100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963C25; }

 p { color: rgb(150,60,37); }

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

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

 a { background-color: rgb(150,60,37); }

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

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

 span { border-color: rgb(150,60,37); }

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