Html Css Color HEX #8F1B2A Flame Red

📋 copy color: '#8F1B2A'

red 143 ◦ green 27 ◦ blue 42

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

Shades of Flame Red #8F1B2A

Tints of Flame Red #8F1B2A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.74%

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

R = 67.45%
G = 12.74%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8F1B2A (or 0x8F1B2A) is known color: Flame Red. HEX triplet: 8F, 1B and 2A. RGB value is (143,27,42). Sum of RGB (Red+Green+Blue) = 143+27+42=212 (28% of max value = 765). Red value is 143 (56.25% from 255 or 67.45% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1B2A is #70E4D5. Grayscale: #3F3F3F. Windows color (decimal): -7398614 or 2759567. OLE color: 2759567.

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

Color convert

RGB 143 27 42 -
CMYK 0 0.81 0.71 0.44
HSL 352.24º 0.68% 0.33% -
HSV(B) 352.24º 0.81% 0.56% -
XYZ 12.14 6.79 2.86 -
YUV 63.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 143 27 42 0 0.81 0.71 0.44 352.24 0.68 0.33
Hex 8F 1B 2A 0 51 47 2C 160 44 21
Octal 217 33 52 0 121 107 54 540 104 41
Binary 10001111 11011 101010 0 1010001 1000111 101100 101100000 1000100 100001

Color Harmonies of #8F1B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1B2A

Black with #8F1B2A

Text Example


Text Example

White with #8F1B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,27,42); }

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

background-color css

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

 a { background-color: rgb(143,27,42); }

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

border-color css

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

 span { border-color: rgb(143,27,42); }

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