#8F2326

Color #8F2326 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #8F2326

Tints of Flame Red #8F2326

Color information

#8F2326 (or 0x8F2326) is unknown color: approx Flame Red. HEX triplet: 8F, 23 and 26. RGB value is (143,35,38). Sum of RGB (Red+Green+Blue) = 143+35+38=216 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.20% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2326 is #70DCD9. Grayscale: #434343. Windows color (decimal): -7396570 or 2499471. OLE color: 2499471.

HSL color Cylindrical-coordinate representation of color #8F2326: hue angle of 358.33º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2326 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB1433538-
CMYK00.760.730.44
HSL358.33º60.67%34.9%-
HSV(B)358.33º75.52%56.08%-
XYZ12.287.182.57-
YUV67.63111.28181.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 66.20%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 38 (15.23% from 255) = 17.59%
R=66.20%
G=16.20%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143353800.760.730.44358.3360.6734.9
Hex8F232604C492C1663d23
Octal21743460114111545467543
Binary10001111100011100110010011001001001101100101100110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F2326; }

 p { color: rgb(143,35,38); }

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

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

 a { background-color: rgb(143,35,38); }

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

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

 span { border-color: rgb(143,35,38); }

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