Html Css Color HEX #8C182B Flame Red

📋 copy color: '#8C182B'

red 140 ◦ green 24 ◦ blue 43

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

Shades of Flame Red #8C182B

Tints of Flame Red #8C182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.77%

R = 67.63%
G = 11.59%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C182B (or 0x8C182B) is known color: Flame Red. HEX triplet: 8C, 18 and 2B. RGB value is (140,24,43). Sum of RGB (Red+Green+Blue) = 140+24+43=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C182B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C182B is #73E7D4. Grayscale: #3C3C3C. Windows color (decimal): -7595989 or 2824332. OLE color: 2824332.

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

Color convert

RGB 140 24 43 -
CMYK 0 0.83 0.69 0.45
HSL 350.17º 0.71% 0.32% -
HSV(B) 350.17º 0.83% 0.55% -
XYZ 11.58 6.4 2.91 -
YUV 60.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 140 24 43 0 0.83 0.69 0.45 350.17 0.71 0.32
Hex 8C 18 2B 0 53 45 2D 15E 47 20
Octal 214 30 53 0 123 105 55 536 107 40
Binary 10001100 11000 101011 0 1010011 1000101 101101 101011110 1000111 100000

Color Harmonies of #8C182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C182B

Black with #8C182B

Text Example


Text Example

White with #8C182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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