Html Css Color HEX #8A1C2A Flame Red

📋 copy color: '#8A1C2A'

red 138 ◦ green 28 ◦ blue 42

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

Shades of Flame Red #8A1C2A

Tints of Flame Red #8A1C2A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.46%

 BLUE value IS 42 (16.8% from 255) = 20.19%

R = 66.35%
G = 13.46%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.46

RGB Variations

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

Color information

#8A1C2A (or 0x8A1C2A) is known color: Flame Red. HEX triplet: 8A, 1C and 2A. RGB value is (138,28,42). Sum of RGB (Red+Green+Blue) = 138+28+42=208 (27% of max value = 765). Red value is 138 (54.30% from 255 or 66.35% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1C2A is #75E3D5. Grayscale: #3E3E3E. Windows color (decimal): -7726038 or 2759818. OLE color: 2759818.

HSL color Cylindrical-coordinate representation of color #8A1C2A: hue angle of 352.36º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1C2A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 28 42 -
CMYK 0 0.80 0.70 0.46
HSL 352.36º 0.66% 0.33% -
HSV(B) 352.36º 0.8% 0.54% -
XYZ 11.31 6.4 2.83 -
YUV 62.49 116.44 181.86 -
System Red Green Blue C M Y K H S L
Decimal 138 28 42 0 0.80 0.70 0.46 352.36 0.66 0.33
Hex 8A 1C 2A 0 50 46 2E 160 42 21
Octal 212 34 52 0 120 106 56 540 102 41
Binary 10001010 11100 101010 0 1010000 1000110 101110 101100000 1000010 100001

Color Harmonies of #8A1C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1C2A

Black with #8A1C2A

Text Example


Text Example

White with #8A1C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,28,42); }

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

background-color css

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

 a { background-color: rgb(138,28,42); }

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

border-color css

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

 span { border-color: rgb(138,28,42); }

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