Html Css Color HEX #8C181D Flame Red

📋 copy color: '#8C181D'

red 140 ◦ green 24 ◦ blue 29

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

Shades of Flame Red #8C181D

Tints of Flame Red #8C181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.03%

R = 72.54%
G = 12.44%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C181D (or 0x8C181D) is known color: Flame Red. HEX triplet: 8C, 18 and 1D. RGB value is (140,24,29). Sum of RGB (Red+Green+Blue) = 140+24+29=193 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.54% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 140 - color contains mainly: red. Hex color #8C181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C181D is #73E7E2. Grayscale: #3B3B3B. Windows color (decimal): -7596003 or 1906828. OLE color: 1906828.

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

Color convert

RGB 140 24 29 -
CMYK 0 0.83 0.79 0.45
HSL 357.41º 0.71% 0.32% -
HSV(B) 357.41º 0.83% 0.55% -
XYZ 11.36 6.32 1.78 -
YUV 59.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 140 24 29 0 0.83 0.79 0.45 357.41 0.71 0.32
Hex 8C 18 1D 0 53 4F 2D 165 47 20
Octal 214 30 35 0 123 117 55 545 107 40
Binary 10001100 11000 11101 0 1010011 1001111 101101 101100101 1000111 100000

Color Harmonies of #8C181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C181D

Black with #8C181D

Text Example


Text Example

White with #8C181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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