Html Css Color HEX #8C1F2B Flame Red

📋 copy color: '#8C1F2B'

red 140 ◦ green 31 ◦ blue 43

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

Shades of Flame Red #8C1F2B

Tints of Flame Red #8C1F2B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.49%

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

R = 65.42%
G = 14.49%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C1F2B (or 0x8C1F2B) is known color: Flame Red. HEX triplet: 8C, 1F and 2B. RGB value is (140,31,43). Sum of RGB (Red+Green+Blue) = 140+31+43=214 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.42% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1F2B is #73E0D4. Grayscale: #414141. Windows color (decimal): -7594197 or 2826124. OLE color: 2826124.

HSL color Cylindrical-coordinate representation of color #8C1F2B: hue angle of 353.39º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C1F2B is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 31 43 -
CMYK 0 0.78 0.69 0.45
HSL 353.39º 0.64% 0.34% -
HSV(B) 353.39º 0.78% 0.55% -
XYZ 11.74 6.73 2.97 -
YUV 64.96 115.61 181.52 -
System Red Green Blue C M Y K H S L
Decimal 140 31 43 0 0.78 0.69 0.45 353.39 0.64 0.34
Hex 8C 1F 2B 0 4E 45 2D 161 40 22
Octal 214 37 53 0 116 105 55 541 100 42
Binary 10001100 11111 101011 0 1001110 1000101 101101 101100001 1000000 100010

Color Harmonies of #8C1F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1F2B

Black with #8C1F2B

Text Example


Text Example

White with #8C1F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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