Html Css Color HEX #8A171E Flame Red

📋 copy color: '#8A171E'

red 138 ◦ green 23 ◦ blue 30

#8A171E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #8A171E

Tints of Flame Red #8A171E

RGB

 RED value IS 138 (54.3% from 255) = 72.25%

 GREEN value IS 23 (9.38% from 255) = 12.04%

 BLUE value IS 30 (12.11% from 255) = 15.71%

R = 72.25%
G = 12.04%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#8A171E (or 0x8A171E) is known color: Flame Red. HEX triplet: 8A, 17 and 1E. RGB value is (138,23,30). Sum of RGB (Red+Green+Blue) = 138+23+30=191 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.25% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 138 - color contains mainly: red. Hex color #8A171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A171E is #75E8E1. Grayscale: #3A3A3A. Windows color (decimal): -7727330 or 1972106. OLE color: 1972106.

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

Color convert

RGB 138 23 30 -
CMYK 0 0.83 0.78 0.46
HSL 356.35º 0.71% 0.32% -
HSV(B) 356.35º 0.83% 0.54% -
XYZ 11.02 6.11 1.83 -
YUV 58.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 138 23 30 0 0.83 0.78 0.46 356.35 0.71 0.32
Hex 8A 17 1E 0 53 4E 2E 164 47 20
Octal 212 27 36 0 123 116 56 544 107 40
Binary 10001010 10111 11110 0 1010011 1001110 101110 101100100 1000111 100000

Color Harmonies of #8A171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A171E

Black with #8A171E

Text Example


Text Example

White with #8A171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,23,30); }

 H1.HeaderClassName
 {
   color: #8A171E;
 }
 .AnyTagClassName
 {
   color: #8A171E;
 }
</style>

background-color css

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

 a { background-color: rgb(138,23,30); }

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

border-color css

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

 span { border-color: rgb(138,23,30); }

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