Html Css Color HEX #8D272B Flame Red

📋 copy color: '#8D272B'

red 141 ◦ green 39 ◦ blue 43

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

Shades of Flame Red #8D272B

Tints of Flame Red #8D272B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.49%

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

R = 63.23%
G = 17.49%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#8D272B (or 0x8D272B) is known color: Flame Red. HEX triplet: 8D, 27 and 2B. RGB value is (141,39,43). Sum of RGB (Red+Green+Blue) = 141+39+43=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D272B is #72D8D4. Grayscale: #464646. Windows color (decimal): -7526613 or 2828173. OLE color: 2828173.

HSL color Cylindrical-coordinate representation of color #8D272B: hue angle of 357.65º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D272B is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 39 43 -
CMYK 0 0.72 0.70 0.45
HSL 357.65º 0.57% 0.35% -
HSV(B) 357.65º 0.72% 0.55% -
XYZ 12.15 7.29 3.05 -
YUV 69.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 141 39 43 0 0.72 0.70 0.45 357.65 0.57 0.35
Hex 8D 27 2B 0 48 46 2D 166 39 23
Octal 215 47 53 0 110 106 55 546 71 43
Binary 10001101 100111 101011 0 1001000 1000110 101101 101100110 111001 100011

Color Harmonies of #8D272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D272B

Black with #8D272B

Text Example


Text Example

White with #8D272B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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