Html Css Color HEX #8D282C Flame Red

📋 copy color: '#8D282C'

red 141 ◦ green 40 ◦ blue 44

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

Shades of Flame Red #8D282C

Tints of Flame Red #8D282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

 BLUE value IS 44 (17.58% from 255) = 19.56%

R = 62.67%
G = 17.78%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8D282C (or 0x8D282C) is known color: Flame Red. HEX triplet: 8D, 28 and 2C. RGB value is (141,40,44). Sum of RGB (Red+Green+Blue) = 141+40+44=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D282C is #72D7D3. Grayscale: #464646. Windows color (decimal): -7526356 or 2893965. OLE color: 2893965.

HSL color Cylindrical-coordinate representation of color #8D282C: hue angle of 357.62º degrees, saturation: 0.56, 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 #8D282C is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 40 44 -
CMYK 0 0.72 0.69 0.45
HSL 357.62º 0.56% 0.35% -
HSV(B) 357.62º 0.72% 0.55% -
XYZ 12.2 7.36 3.16 -
YUV 70.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 141 40 44 0 0.72 0.69 0.45 357.62 0.56 0.35
Hex 8D 28 2C 0 48 45 2D 166 38 23
Octal 215 50 54 0 110 105 55 546 70 43
Binary 10001101 101000 101100 0 1001000 1000101 101101 101100110 111000 100011

Color Harmonies of #8D282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D282C

Black with #8D282C

Text Example


Text Example

White with #8D282C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,40,44); }

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

background-color css

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

 a { background-color: rgb(141,40,44); }

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

border-color css

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

 span { border-color: rgb(141,40,44); }

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