Html Css Color HEX #8D1F27 Flame Red

📋 copy color: '#8D1F27'

red 141 ◦ green 31 ◦ blue 39

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

Shades of Flame Red #8D1F27

Tints of Flame Red #8D1F27

RGB

 RED value IS 141 (55.47% from 255) = 66.82%

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

 BLUE value IS 39 (15.63% from 255) = 18.48%

R = 66.82%
G = 14.69%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8D1F27 (or 0x8D1F27) is known color: Flame Red. HEX triplet: 8D, 1F and 27. RGB value is (141,31,39). Sum of RGB (Red+Green+Blue) = 141+31+39=211 (27% of max value = 765). Red value is 141 (55.47% from 255 or 66.82% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1F27 is #72E0D8. Grayscale: #404040. Windows color (decimal): -7528665 or 2563981. OLE color: 2563981.

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

Color convert

RGB 141 31 39 -
CMYK 0 0.78 0.72 0.45
HSL 355.64º 0.64% 0.34% -
HSV(B) 355.64º 0.78% 0.55% -
XYZ 11.84 6.79 2.61 -
YUV 64.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 141 31 39 0 0.78 0.72 0.45 355.64 0.64 0.34
Hex 8D 1F 27 0 4E 48 2D 164 40 22
Octal 215 37 47 0 116 110 55 544 100 42
Binary 10001101 11111 100111 0 1001110 1001000 101101 101100100 1000000 100010

Color Harmonies of #8D1F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1F27

Black with #8D1F27

Text Example


Text Example

White with #8D1F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,31,39); }

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

background-color css

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

 a { background-color: rgb(141,31,39); }

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

border-color css

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

 span { border-color: rgb(141,31,39); }

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