Html Css Color HEX #8A1723 Flame Red

📋 copy color: '#8A1723'

red 138 ◦ green 23 ◦ blue 35

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

Shades of Flame Red #8A1723

Tints of Flame Red #8A1723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.86%

R = 70.41%
G = 11.73%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#8A1723 (or 0x8A1723) is known color: Flame Red. HEX triplet: 8A, 17 and 23. RGB value is (138,23,35). Sum of RGB (Red+Green+Blue) = 138+23+35=196 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.41% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1723 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1723 is #75E8DC. Grayscale: #3A3A3A. Windows color (decimal): -7727325 or 2299786. OLE color: 2299786.

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

Color convert

RGB 138 23 35 -
CMYK 0 0.83 0.75 0.46
HSL 353.74º 0.71% 0.32% -
HSV(B) 353.74º 0.83% 0.54% -
XYZ 11.09 6.14 2.19 -
YUV 58.75 114.6 184.52 -
System Red Green Blue C M Y K H S L
Decimal 138 23 35 0 0.83 0.75 0.46 353.74 0.71 0.32
Hex 8A 17 23 0 53 4B 2E 162 47 20
Octal 212 27 43 0 123 113 56 542 107 40
Binary 10001010 10111 100011 0 1010011 1001011 101110 101100010 1000111 100000

Color Harmonies of #8A1723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1723

Black with #8A1723

Text Example


Text Example

White with #8A1723

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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