Html Css Color HEX #8D232A Flame Red

📋 copy color: '#8D232A'

red 141 ◦ green 35 ◦ blue 42

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

Shades of Flame Red #8D232A

Tints of Flame Red #8D232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

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

R = 64.68%
G = 16.06%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#8D232A (or 0x8D232A) is known color: Flame Red. HEX triplet: 8D, 23 and 2A. RGB value is (141,35,42). Sum of RGB (Red+Green+Blue) = 141+35+42=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D232A is #72DCD5. Grayscale: #434343. Windows color (decimal): -7527638 or 2761613. OLE color: 2761613.

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

Color convert

RGB 141 35 42 -
CMYK 0 0.75 0.70 0.45
HSL 356.04º 0.6% 0.35% -
HSV(B) 356.04º 0.75% 0.55% -
XYZ 12 7.03 2.92 -
YUV 67.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 141 35 42 0 0.75 0.70 0.45 356.04 0.6 0.35
Hex 8D 23 2A 0 4B 46 2D 164 3C 23
Octal 215 43 52 0 113 106 55 544 74 43
Binary 10001101 100011 101010 0 1001011 1000110 101101 101100100 111100 100011

Color Harmonies of #8D232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D232A

Black with #8D232A

Text Example


Text Example

White with #8D232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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