#8A282F

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

Shades of Flame Red #8A282F

Tints of Flame Red #8A282F

Color information

#8A282F (or 0x8A282F) is unknown color: approx Flame Red. HEX triplet: 8A, 28 and 2F. RGB value is (138,40,47). Sum of RGB (Red+Green+Blue) = 138+40+47=225 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.33% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 138 - color contains mainly: red. Hex color #8A282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A282F is #75D7D0. Grayscale: #464646. Windows color (decimal): -7722961 or 3090570. OLE color: 3090570.

HSL color Cylindrical-coordinate representation of color #8A282F: hue angle of 355.71º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A282F is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB1384047-
CMYK00.710.660.46
HSL355.71º55.06%34.9%-
HSV(B)355.71º71.01%54.12%-
XYZ11.757.133.45-
YUV70.1114.97176.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.33%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=61.33%
G=17.78%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138404700.710.660.46355.7155.0634.9
Hex8A282F047422E1643723
Octal21250570107102565446743
Binary10001010101000101111010001111000010101110101100100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,40,47); }

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

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

 a { background-color: rgb(138,40,47); }

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

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

 span { border-color: rgb(138,40,47); }

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