Html Css Color HEX #8F181D Flame Red

📋 copy color: '#8F181D'

red 143 ◦ green 24 ◦ blue 29

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

Shades of Flame Red #8F181D

Tints of Flame Red #8F181D

RGB

 RED value IS 143 (56.25% from 255) = 72.96%

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

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

R = 72.96%
G = 12.24%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#8F181D (or 0x8F181D) is known color: Flame Red. HEX triplet: 8F, 18 and 1D. RGB value is (143,24,29). Sum of RGB (Red+Green+Blue) = 143+24+29=196 (25% of max value = 765). Red value is 143 (56.25% from 255 or 72.96% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 143 - color contains mainly: red. Hex color #8F181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F181D is #70E7E2. Grayscale: #3C3C3C. Windows color (decimal): -7399395 or 1906831. OLE color: 1906831.

HSL color Cylindrical-coordinate representation of color #8F181D: hue angle of 357.48º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F181D is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 24 29 -
CMYK 0 0.83 0.80 0.44
HSL 357.48º 0.71% 0.33% -
HSV(B) 357.48º 0.83% 0.56% -
XYZ 11.88 6.58 1.81 -
YUV 60.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 143 24 29 0 0.83 0.80 0.44 357.48 0.71 0.33
Hex 8F 18 1D 0 53 50 2C 165 47 21
Octal 217 30 35 0 123 120 54 545 107 41
Binary 10001111 11000 11101 0 1010011 1010000 101100 101100101 1000111 100001

Color Harmonies of #8F181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F181D

Black with #8F181D

Text Example


Text Example

White with #8F181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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