Html Css Color HEX #8C2029 Flame Red

📋 copy color: '#8C2029'

red 140 ◦ green 32 ◦ blue 41

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

Shades of Flame Red #8C2029

Tints of Flame Red #8C2029

RGB

 RED value IS 140 (55.08% from 255) = 65.73%

 GREEN value IS 32 (12.89% from 255) = 15.02%

 BLUE value IS 41 (16.41% from 255) = 19.25%

R = 65.73%
G = 15.02%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C2029 (or 0x8C2029) is known color: Flame Red. HEX triplet: 8C, 20 and 29. RGB value is (140,32,41). Sum of RGB (Red+Green+Blue) = 140+32+41=213 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.73% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2029 is #73DFD6. Grayscale: #414141. Windows color (decimal): -7593943 or 2695308. OLE color: 2695308.

HSL color Cylindrical-coordinate representation of color #8C2029: hue angle of 355º degrees, saturation: 0.63, 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 #8C2029 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 32 41 -
CMYK 0 0.77 0.71 0.45
HSL 355º 0.63% 0.34% -
HSV(B) 355º 0.77% 0.55% -
XYZ 11.73 6.77 2.79 -
YUV 65.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 140 32 41 0 0.77 0.71 0.45 355 0.63 0.34
Hex 8C 20 29 0 4D 47 2D 163 3F 22
Octal 214 40 51 0 115 107 55 543 77 42
Binary 10001100 100000 101001 0 1001101 1000111 101101 101100011 111111 100010

Color Harmonies of #8C2029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2029

Black with #8C2029

Text Example


Text Example

White with #8C2029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,32,41); }

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

background-color css

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

 a { background-color: rgb(140,32,41); }

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

border-color css

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

 span { border-color: rgb(140,32,41); }

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