Html Css Color HEX #8D1A22 Flame Red

📋 copy color: '#8D1A22'

red 141 ◦ green 26 ◦ blue 34

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

Shades of Flame Red #8D1A22

Tints of Flame Red #8D1A22

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.94%

 BLUE value IS 34 (13.67% from 255) = 16.92%

R = 70.15%
G = 12.94%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8D1A22 (or 0x8D1A22) is known color: Flame Red. HEX triplet: 8D, 1A and 22. RGB value is (141,26,34). Sum of RGB (Red+Green+Blue) = 141+26+34=201 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.15% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1A22 is #72E5DD. Grayscale: #3D3D3D. Windows color (decimal): -7529950 or 2235021. OLE color: 2235021.

HSL color Cylindrical-coordinate representation of color #8D1A22: hue angle of 355.83º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1A22 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 26 34 -
CMYK 0 0.82 0.76 0.45
HSL 355.83º 0.69% 0.33% -
HSV(B) 355.83º 0.82% 0.55% -
XYZ 11.64 6.52 2.16 -
YUV 61.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 141 26 34 0 0.82 0.76 0.45 355.83 0.69 0.33
Hex 8D 1A 22 0 52 4C 2D 164 45 21
Octal 215 32 42 0 122 114 55 544 105 41
Binary 10001101 11010 100010 0 1010010 1001100 101101 101100100 1000101 100001

Color Harmonies of #8D1A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1A22

Black with #8D1A22

Text Example


Text Example

White with #8D1A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,26,34); }

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

background-color css

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

 a { background-color: rgb(141,26,34); }

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

border-color css

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

 span { border-color: rgb(141,26,34); }

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