Html Css Color HEX #8D1F28 Flame Red

📋 copy color: '#8D1F28'

red 141 ◦ green 31 ◦ blue 40

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

Shades of Flame Red #8D1F28

Tints of Flame Red #8D1F28

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.62%

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

R = 66.51%
G = 14.62%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#8D1F28 (or 0x8D1F28) is known color: Flame Red. HEX triplet: 8D, 1F and 28. RGB value is (141,31,40). Sum of RGB (Red+Green+Blue) = 141+31+40=212 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.51% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1F28 is #72E0D7. Grayscale: #404040. Windows color (decimal): -7528664 or 2629517. OLE color: 2629517.

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

Color convert

RGB 141 31 40 -
CMYK 0 0.78 0.72 0.45
HSL 355.09º 0.64% 0.34% -
HSV(B) 355.09º 0.78% 0.55% -
XYZ 11.86 6.8 2.69 -
YUV 64.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 141 31 40 0 0.78 0.72 0.45 355.09 0.64 0.34
Hex 8D 1F 28 0 4E 48 2D 163 40 22
Octal 215 37 50 0 116 110 55 543 100 42
Binary 10001101 11111 101000 0 1001110 1001000 101101 101100011 1000000 100010

Color Harmonies of #8D1F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1F28

Black with #8D1F28

Text Example


Text Example

White with #8D1F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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