Html Css Color HEX #8A1420 Flame Red

📋 copy color: '#8A1420'

red 138 ◦ green 20 ◦ blue 32

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

Shades of Flame Red #8A1420

Tints of Flame Red #8A1420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.53%

 BLUE value IS 32 (12.89% from 255) = 16.84%

R = 72.63%
G = 10.53%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#8A1420 (or 0x8A1420) is known color: Flame Red. HEX triplet: 8A, 14 and 20. RGB value is (138,20,32). Sum of RGB (Red+Green+Blue) = 138+20+32=190 (25% of max value = 765). Red value is 138 (54.30% from 255 or 72.63% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1420 is #75EBDF. Grayscale: #383838. Windows color (decimal): -7728096 or 2102410. OLE color: 2102410.

HSL color Cylindrical-coordinate representation of color #8A1420: hue angle of 353.9º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1420 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 20 32 -
CMYK 0 0.86 0.77 0.46
HSL 353.9º 0.75% 0.31% -
HSV(B) 353.9º 0.86% 0.54% -
XYZ 10.99 6.01 1.95 -
YUV 56.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 138 20 32 0 0.86 0.77 0.46 353.9 0.75 0.31
Hex 8A 14 20 0 56 4D 2E 162 4B 1F
Octal 212 24 40 0 126 115 56 542 113 37
Binary 10001010 10100 100000 0 1010110 1001101 101110 101100010 1001011 11111

Color Harmonies of #8A1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1420

Black with #8A1420

Text Example


Text Example

White with #8A1420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,20,32); }

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

background-color css

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

 a { background-color: rgb(138,20,32); }

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

border-color css

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

 span { border-color: rgb(138,20,32); }

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