Html Css Color HEX #8D2326 Flame Red

📋 copy color: '#8D2326'

red 141 ◦ green 35 ◦ blue 38

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

Shades of Flame Red #8D2326

Tints of Flame Red #8D2326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.76%

R = 65.89%
G = 16.36%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8D2326 (or 0x8D2326) is known color: Flame Red. HEX triplet: 8D, 23 and 26. RGB value is (141,35,38). Sum of RGB (Red+Green+Blue) = 141+35+38=214 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.89% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2326 is #72DCD9. Grayscale: #434343. Windows color (decimal): -7527642 or 2499469. OLE color: 2499469.

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

Color convert

RGB 141 35 38 -
CMYK 0 0.75 0.73 0.45
HSL 358.3º 0.6% 0.35% -
HSV(B) 358.3º 0.75% 0.55% -
XYZ 11.94 7 2.56 -
YUV 67.04 111.62 180.76 -
System Red Green Blue C M Y K H S L
Decimal 141 35 38 0 0.75 0.73 0.45 358.3 0.6 0.35
Hex 8D 23 26 0 4B 49 2D 166 3C 23
Octal 215 43 46 0 113 111 55 546 74 43
Binary 10001101 100011 100110 0 1001011 1001001 101101 101100110 111100 100011

Color Harmonies of #8D2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2326

Black with #8D2326

Text Example


Text Example

White with #8D2326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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