Html Css Color HEX #8D242A Flame Red

📋 copy color: '#8D242A'

red 141 ◦ green 36 ◦ blue 42

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

Shades of Flame Red #8D242A

Tints of Flame Red #8D242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.44%

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

R = 64.38%
G = 16.44%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#8D242A (or 0x8D242A) is known color: Flame Red. HEX triplet: 8D, 24 and 2A. RGB value is (141,36,42). Sum of RGB (Red+Green+Blue) = 141+36+42=219 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.38% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 141 - color contains mainly: red. Hex color #8D242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D242A is #72DBD5. Grayscale: #444444. Windows color (decimal): -7527382 or 2761869. OLE color: 2761869.

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

Color convert

RGB 141 36 42 -
CMYK 0 0.74 0.70 0.45
HSL 356.57º 0.59% 0.35% -
HSV(B) 356.57º 0.74% 0.55% -
XYZ 12.03 7.09 2.93 -
YUV 68.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 141 36 42 0 0.74 0.70 0.45 356.57 0.59 0.35
Hex 8D 24 2A 0 4A 46 2D 165 3B 23
Octal 215 44 52 0 112 106 55 545 73 43
Binary 10001101 100100 101010 0 1001010 1000110 101101 101100101 111011 100011

Color Harmonies of #8D242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D242A

Black with #8D242A

Text Example


Text Example

White with #8D242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,36,42); }

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

background-color css

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

 a { background-color: rgb(141,36,42); }

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

border-color css

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

 span { border-color: rgb(141,36,42); }

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