Html Css Color HEX #8A2022 Flame Red

📋 copy color: '#8A2022'

red 138 ◦ green 32 ◦ blue 34

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

Shades of Flame Red #8A2022

Tints of Flame Red #8A2022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.67%

R = 67.65%
G = 15.69%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#8A2022 (or 0x8A2022) is known color: Flame Red. HEX triplet: 8A, 20 and 22. RGB value is (138,32,34). Sum of RGB (Red+Green+Blue) = 138+32+34=204 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.65% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2022 is #75DFDD. Grayscale: #404040. Windows color (decimal): -7725022 or 2236554. OLE color: 2236554.

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

Color convert

RGB 138 32 34 -
CMYK 0 0.77 0.75 0.46
HSL 358.87º 0.62% 0.33% -
HSV(B) 358.87º 0.77% 0.54% -
XYZ 11.29 6.55 2.18 -
YUV 63.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 138 32 34 0 0.77 0.75 0.46 358.87 0.62 0.33
Hex 8A 20 22 0 4D 4B 2E 167 3E 21
Octal 212 40 42 0 115 113 56 547 76 41
Binary 10001010 100000 100010 0 1001101 1001011 101110 101100111 111110 100001

Color Harmonies of #8A2022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2022

Black with #8A2022

Text Example


Text Example

White with #8A2022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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