Html Css Color HEX #8C282E Flame Red

📋 copy color: '#8C282E'

red 140 ◦ green 40 ◦ blue 46

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

Shades of Flame Red #8C282E

Tints of Flame Red #8C282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.7%

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

R = 61.95%
G = 17.7%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C282E (or 0x8C282E) is known color: Flame Red. HEX triplet: 8C, 28 and 2E. RGB value is (140,40,46). Sum of RGB (Red+Green+Blue) = 140+40+46=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C282E is #73D7D1. Grayscale: #464646. Windows color (decimal): -7591890 or 3025036. OLE color: 3025036.

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

Color convert

RGB 140 40 46 -
CMYK 0 0.71 0.67 0.45
HSL 356.4º 0.56% 0.35% -
HSV(B) 356.4º 0.71% 0.55% -
XYZ 12.07 7.29 3.36 -
YUV 70.58 114.13 177.51 -
System Red Green Blue C M Y K H S L
Decimal 140 40 46 0 0.71 0.67 0.45 356.4 0.56 0.35
Hex 8C 28 2E 0 47 43 2D 164 38 23
Octal 214 50 56 0 107 103 55 544 70 43
Binary 10001100 101000 101110 0 1000111 1000011 101101 101100100 111000 100011

Color Harmonies of #8C282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C282E

Black with #8C282E

Text Example


Text Example

White with #8C282E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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