Html Css Color HEX #8C262E Flame Red

📋 copy color: '#8C262E'

red 140 ◦ green 38 ◦ blue 46

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

Shades of Flame Red #8C262E

Tints of Flame Red #8C262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.96%

 BLUE value IS 46 (18.36% from 255) = 20.54%

R = 62.5%
G = 16.96%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C262E (or 0x8C262E) is known color: Flame Red. HEX triplet: 8C, 26 and 2E. RGB value is (140,38,46). Sum of RGB (Red+Green+Blue) = 140+38+46=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C262E is #73D9D1. Grayscale: #454545. Windows color (decimal): -7592402 or 3024524. OLE color: 3024524.

HSL color Cylindrical-coordinate representation of color #8C262E: hue angle of 355.29º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C262E is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 38 46 -
CMYK 0 0.73 0.67 0.45
HSL 355.29º 0.57% 0.35% -
HSV(B) 355.29º 0.73% 0.55% -
XYZ 12 7.16 3.33 -
YUV 69.41 114.79 178.35 -
System Red Green Blue C M Y K H S L
Decimal 140 38 46 0 0.73 0.67 0.45 355.29 0.57 0.35
Hex 8C 26 2E 0 49 43 2D 163 39 23
Octal 214 46 56 0 111 103 55 543 71 43
Binary 10001100 100110 101110 0 1001001 1000011 101101 101100011 111001 100011

Color Harmonies of #8C262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C262E

Black with #8C262E

Text Example


Text Example

White with #8C262E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,38,46); }

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

background-color css

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

 a { background-color: rgb(140,38,46); }

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

border-color css

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

 span { border-color: rgb(140,38,46); }

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