Html Css Color HEX #8D1D23 Flame Red

📋 copy color: '#8D1D23'

red 141 ◦ green 29 ◦ blue 35

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

Shades of Flame Red #8D1D23

Tints of Flame Red #8D1D23

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.15%

 BLUE value IS 35 (14.06% from 255) = 17.07%

R = 68.78%
G = 14.15%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8D1D23 (or 0x8D1D23) is known color: Flame Red. HEX triplet: 8D, 1D and 23. RGB value is (141,29,35). Sum of RGB (Red+Green+Blue) = 141+29+35=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1D23 is #72E2DC. Grayscale: #3F3F3F. Windows color (decimal): -7529181 or 2301325. OLE color: 2301325.

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

Color convert

RGB 141 29 35 -
CMYK 0 0.79 0.75 0.45
HSL 356.79º 0.66% 0.33% -
HSV(B) 356.79º 0.79% 0.55% -
XYZ 11.73 6.66 2.26 -
YUV 63.17 112.11 183.51 -
System Red Green Blue C M Y K H S L
Decimal 141 29 35 0 0.79 0.75 0.45 356.79 0.66 0.33
Hex 8D 1D 23 0 4F 4B 2D 165 42 21
Octal 215 35 43 0 117 113 55 545 102 41
Binary 10001101 11101 100011 0 1001111 1001011 101101 101100101 1000010 100001

Color Harmonies of #8D1D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1D23

Black with #8D1D23

Text Example


Text Example

White with #8D1D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,29,35); }

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

background-color css

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

 a { background-color: rgb(141,29,35); }

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

border-color css

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

 span { border-color: rgb(141,29,35); }

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