Html Css Color HEX #8D242B Flame Red

📋 copy color: '#8D242B'

red 141 ◦ green 36 ◦ blue 43

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

Shades of Flame Red #8D242B

Tints of Flame Red #8D242B

RGB

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

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

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

R = 64.09%
G = 16.36%
B = 19.55%

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

#8D242B (or 0x8D242B) is known color: Flame Red. HEX triplet: 8D, 24 and 2B. RGB value is (141,36,43). Sum of RGB (Red+Green+Blue) = 141+36+43=220 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.09% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 141 - color contains mainly: red. Hex color #8D242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D242B is #72DBD4. Grayscale: #444444. Windows color (decimal): -7527381 or 2827405. OLE color: 2827405.

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

Color convert

RGB 141 36 43 -
CMYK 0 0.74 0.70 0.45
HSL 356º 0.59% 0.35% -
HSV(B) 356º 0.74% 0.55% -
XYZ 12.05 7.1 3.02 -
YUV 68.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 141 36 43 0 0.74 0.70 0.45 356 0.59 0.35
Hex 8D 24 2B 0 4A 46 2D 164 3B 23
Octal 215 44 53 0 112 106 55 544 73 43
Binary 10001101 100100 101011 0 1001010 1000110 101101 101100100 111011 100011

Color Harmonies of #8D242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D242B

Black with #8D242B

Text Example


Text Example

White with #8D242B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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