Html Css Color HEX #8A202E Flame Red

📋 copy color: '#8A202E'

red 138 ◦ green 32 ◦ blue 46

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

Shades of Flame Red #8A202E

Tints of Flame Red #8A202E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.81%

 BLUE value IS 46 (18.36% from 255) = 21.3%

R = 63.89%
G = 14.81%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#8A202E (or 0x8A202E) is known color: Flame Red. HEX triplet: 8A, 20 and 2E. RGB value is (138,32,46). Sum of RGB (Red+Green+Blue) = 138+32+46=216 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.89% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 138 - color contains mainly: red. Hex color #8A202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A202E is #75DFD1. Grayscale: #414141. Windows color (decimal): -7725010 or 3022986. OLE color: 3022986.

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

Color convert

RGB 138 32 46 -
CMYK 0 0.77 0.67 0.46
HSL 352.08º 0.62% 0.33% -
HSV(B) 352.08º 0.77% 0.54% -
XYZ 11.49 6.63 3.26 -
YUV 65.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 138 32 46 0 0.77 0.67 0.46 352.08 0.62 0.33
Hex 8A 20 2E 0 4D 43 2E 160 3E 21
Octal 212 40 56 0 115 103 56 540 76 41
Binary 10001010 100000 101110 0 1001101 1000011 101110 101100000 111110 100001

Color Harmonies of #8A202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A202E

Black with #8A202E

Text Example


Text Example

White with #8A202E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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