#8A282E

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

Shades of Flame Red #8A282E

Tints of Flame Red #8A282E

Color information

#8A282E (or 0x8A282E) is unknown color: approx Flame Red. HEX triplet: 8A, 28 and 2E. RGB value is (138,40,46). Sum of RGB (Red+Green+Blue) = 138+40+46=224 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.61% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 138 - color contains mainly: red. Hex color #8A282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A282E is #75D7D1. Grayscale: #464646. Windows color (decimal): -7722962 or 3025034. OLE color: 3025034.

HSL color Cylindrical-coordinate representation of color #8A282E: hue angle of 356.33º 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 #8A282E is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB1384046-
CMYK00.710.670.46
HSL356.33º55.06%34.9%-
HSV(B)356.33º71.01%54.12%-
XYZ11.737.123.34-
YUV69.99114.47176.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.61%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 46 (18.36% from 255) = 20.54%
R=61.61%
G=17.86%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138404600.710.670.46356.3355.0634.9
Hex8A282E047432E1643723
Octal21250560107103565446743
Binary10001010101000101110010001111000011101110101100100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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