Html Css Color HEX #8D212F Flame Red

📋 copy color: '#8D212F'

red 141 ◦ green 33 ◦ blue 47

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

Shades of Flame Red #8D212F

Tints of Flame Red #8D212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.93%

 BLUE value IS 47 (18.75% from 255) = 21.27%

R = 63.8%
G = 14.93%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8D212F (or 0x8D212F) is known color: Flame Red. HEX triplet: 8D, 21 and 2F. RGB value is (141,33,47). Sum of RGB (Red+Green+Blue) = 141+33+47=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D212F is #72DED0. Grayscale: #424242. Windows color (decimal): -7528145 or 3088781. OLE color: 3088781.

HSL color Cylindrical-coordinate representation of color #8D212F: hue angle of 352.22º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D212F is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 33 47 -
CMYK 0 0.77 0.67 0.45
HSL 352.22º 0.62% 0.34% -
HSV(B) 352.22º 0.77% 0.55% -
XYZ 12.04 6.96 3.4 -
YUV 66.89 116.78 180.86 -
System Red Green Blue C M Y K H S L
Decimal 141 33 47 0 0.77 0.67 0.45 352.22 0.62 0.34
Hex 8D 21 2F 0 4D 43 2D 160 3E 22
Octal 215 41 57 0 115 103 55 540 76 42
Binary 10001101 100001 101111 0 1001101 1000011 101101 101100000 111110 100010

Color Harmonies of #8D212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D212F

Black with #8D212F

Text Example


Text Example

White with #8D212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,33,47); }

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

background-color css

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

 a { background-color: rgb(141,33,47); }

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

border-color css

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

 span { border-color: rgb(141,33,47); }

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