Html Css Color HEX #8A1725 Flame Red

📋 copy color: '#8A1725'

red 138 ◦ green 23 ◦ blue 37

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

Shades of Flame Red #8A1725

Tints of Flame Red #8A1725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.69%

R = 69.7%
G = 11.62%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#8A1725 (or 0x8A1725) is known color: Flame Red. HEX triplet: 8A, 17 and 25. RGB value is (138,23,37). Sum of RGB (Red+Green+Blue) = 138+23+37=198 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.70% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1725 is #75E8DA. Grayscale: #3B3B3B. Windows color (decimal): -7727323 or 2430858. OLE color: 2430858.

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

Color convert

RGB 138 23 37 -
CMYK 0 0.83 0.73 0.46
HSL 352.7º 0.71% 0.32% -
HSV(B) 352.7º 0.83% 0.54% -
XYZ 11.12 6.15 2.35 -
YUV 58.98 115.6 184.36 -
System Red Green Blue C M Y K H S L
Decimal 138 23 37 0 0.83 0.73 0.46 352.7 0.71 0.32
Hex 8A 17 25 0 53 49 2E 161 47 20
Octal 212 27 45 0 123 111 56 541 107 40
Binary 10001010 10111 100101 0 1010011 1001001 101110 101100001 1000111 100000

Color Harmonies of #8A1725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1725

Black with #8A1725

Text Example


Text Example

White with #8A1725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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