Html Css Color HEX #8C181A Flame Red

📋 copy color: '#8C181A'

red 140 ◦ green 24 ◦ blue 26

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

Shades of Flame Red #8C181A

Tints of Flame Red #8C181A

RGB

 RED value IS 140 (55.08% from 255) = 73.68%

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

 BLUE value IS 26 (10.55% from 255) = 13.68%

R = 73.68%
G = 12.63%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C181A (or 0x8C181A) is known color: Flame Red. HEX triplet: 8C, 18 and 1A. RGB value is (140,24,26). Sum of RGB (Red+Green+Blue) = 140+24+26=190 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.68% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 140 - color contains mainly: red. Hex color #8C181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C181A is #73E7E5. Grayscale: #3B3B3B. Windows color (decimal): -7596006 or 1710220. OLE color: 1710220.

HSL color Cylindrical-coordinate representation of color #8C181A: hue angle of 358.97º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C181A is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 24 26 -
CMYK 0 0.83 0.81 0.45
HSL 358.97º 0.71% 0.32% -
HSV(B) 358.97º 0.83% 0.55% -
XYZ 11.33 6.3 1.6 -
YUV 58.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 140 24 26 0 0.83 0.81 0.45 358.97 0.71 0.32
Hex 8C 18 1A 0 53 51 2D 167 47 20
Octal 214 30 32 0 123 121 55 547 107 40
Binary 10001100 11000 11010 0 1010011 1010001 101101 101100111 1000111 100000

Color Harmonies of #8C181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C181A

Black with #8C181A

Text Example


Text Example

White with #8C181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,24,26); }

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

background-color css

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

 a { background-color: rgb(140,24,26); }

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

border-color css

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

 span { border-color: rgb(140,24,26); }

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