Html Css Color HEX #8A1829 Flame Red

📋 copy color: '#8A1829'

red 138 ◦ green 24 ◦ blue 41

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

Shades of Flame Red #8A1829

Tints of Flame Red #8A1829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.82%

 BLUE value IS 41 (16.41% from 255) = 20.2%

R = 67.98%
G = 11.82%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#8A1829 (or 0x8A1829) is known color: Flame Red. HEX triplet: 8A, 18 and 29. RGB value is (138,24,41). Sum of RGB (Red+Green+Blue) = 138+24+41=203 (26% of max value = 765). Red value is 138 (54.30% from 255 or 67.98% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1829 is #75E7D6. Grayscale: #3C3C3C. Windows color (decimal): -7727063 or 2693258. OLE color: 2693258.

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

Color convert

RGB 138 24 41 -
CMYK 0 0.83 0.70 0.46
HSL 351.05º 0.7% 0.32% -
HSV(B) 351.05º 0.83% 0.54% -
XYZ 11.21 6.22 2.71 -
YUV 60.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 138 24 41 0 0.83 0.70 0.46 351.05 0.7 0.32
Hex 8A 18 29 0 53 46 2E 15F 46 20
Octal 212 30 51 0 123 106 56 537 106 40
Binary 10001010 11000 101001 0 1010011 1000110 101110 101011111 1000110 100000

Color Harmonies of #8A1829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1829

Black with #8A1829

Text Example


Text Example

White with #8A1829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,24,41); }

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

background-color css

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

 a { background-color: rgb(138,24,41); }

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

border-color css

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

 span { border-color: rgb(138,24,41); }

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