Html Css Color HEX #8D1528 Flame Red

📋 copy color: '#8D1528'

red 141 ◦ green 21 ◦ blue 40

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

Shades of Flame Red #8D1528

Tints of Flame Red #8D1528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

 BLUE value IS 40 (16.02% from 255) = 19.8%

R = 69.8%
G = 10.4%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8D1528 (or 0x8D1528) is known color: Flame Red. HEX triplet: 8D, 15 and 28. RGB value is (141,21,40). Sum of RGB (Red+Green+Blue) = 141+21+40=202 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.80% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1528 is #72EAD7. Grayscale: #3B3B3B. Windows color (decimal): -7531224 or 2626957. OLE color: 2626957.

HSL color Cylindrical-coordinate representation of color #8D1528: hue angle of 350.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1528 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 21 40 -
CMYK 0 0.85 0.72 0.45
HSL 350.5º 0.74% 0.32% -
HSV(B) 350.5º 0.85% 0.55% -
XYZ 11.64 6.35 2.62 -
YUV 59.05 117.26 186.46 -
System Red Green Blue C M Y K H S L
Decimal 141 21 40 0 0.85 0.72 0.45 350.5 0.74 0.32
Hex 8D 15 28 0 55 48 2D 15E 4A 20
Octal 215 25 50 0 125 110 55 536 112 40
Binary 10001101 10101 101000 0 1010101 1001000 101101 101011110 1001010 100000

Color Harmonies of #8D1528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1528

Black with #8D1528

Text Example


Text Example

White with #8D1528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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