Html Css Color HEX #8A232E Flame Red

📋 copy color: '#8A232E'

red 138 ◦ green 35 ◦ blue 46

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

Shades of Flame Red #8A232E

Tints of Flame Red #8A232E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.98%

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

R = 63.01%
G = 15.98%
B = 21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#8A232E (or 0x8A232E) is known color: Flame Red. HEX triplet: 8A, 23 and 2E. RGB value is (138,35,46). Sum of RGB (Red+Green+Blue) = 138+35+46=219 (29% of max value = 765). Red value is 138 (54.30% from 255 or 63.01% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 138 - color contains mainly: red. Hex color #8A232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A232E is #75DCD1. Grayscale: #434343. Windows color (decimal): -7724242 or 3023754. OLE color: 3023754.

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

Color convert

RGB 138 35 46 -
CMYK 0 0.75 0.67 0.46
HSL 353.59º 0.6% 0.34% -
HSV(B) 353.59º 0.75% 0.54% -
XYZ 11.58 6.8 3.29 -
YUV 67.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 138 35 46 0 0.75 0.67 0.46 353.59 0.6 0.34
Hex 8A 23 2E 0 4B 43 2E 162 3C 22
Octal 212 43 56 0 113 103 56 542 74 42
Binary 10001010 100011 101110 0 1001011 1000011 101110 101100010 111100 100010

Color Harmonies of #8A232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A232E

Black with #8A232E

Text Example


Text Example

White with #8A232E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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